home: hub: 9ficl

ref: 7d5ecf643890a51e98c800310bdc29f1481d2b7c
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