home: hub: 9ficl

ref: 9bf1a4f7aff42b91b979f0b37285014014d997b7
dir: /softwords/makefile/

View raw version
SOURCES = softcore.fr jhlocal.fr marker.fr prefix.fr ifbrack.fr oo.fr classes.fr string.fr

softcore.c: softcore.pl  $(SOURCES)
	./softcore.pl $(SOURCES) >softcore.c
	cp softcore.c ..

clean: 
	rm *.c