home: hub: 9ficl

ref: 625a1ba024d9c8986c47e5d9c8277742e0a23672
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