CC = lc
CFLAGS =

all: cat tst pipetst

all2: cat tst pipetst2

pipetst: pipetst.o popen.o
	blink to pipetst from lib:c.o+pipetst.o+popen.o lib lib:lc.lib SMALLCODE SMALLDATA

pipetst2: pipetst.o popen2.o
	blink to pipetst2 from lib:c.o+pipetst.o+popen2.o lib lib:lc.lib SMALLCODE SMALLDATA

popen2.o: popen2.c
	lc -b0 popen2.c

cat: cat.c
	lc -L cat.c

tst: tst.c
	lc -L tst.c
