home: hub: 9ficl

ref: 8950d9094c61f1c559139cd26abb30894a977d67
dir: /softwords/makefile/

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

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

clean: 
	rm *.c