# makefile for 452 forth compiler & dev station all: badnop # NOTE: the header file is from Microchip's assembler. # I suppose I'm not allowed to redistribute it, though # there is no licence information in the file itself. # This distribution includes the derived forth files only. clean: rm -f a.out rm -f */badnop */badnop.exe rm -f *.LST *.HEX *.ERR *.COD *~ */*~ rm -f *.lst *.hex *.err *.cod badnop: make -C src