BSD 4_3 development
[unix-history] / usr / contrib / icon / pifuncs / Makefile
CFLAGS =
progs = getenv.o iscope.o math.o seek.o trig.o ttyctl.o
what:
@echo "what do you want to make?"
All: $(progs)
ls $(progs)
Clean:
rm -f *.o
Dist-clean:
rm -f .BK* .CK* .emacs*
rm -rf `gcomp Makefile *.c`