home: hub: 9ficl

ref: 4e44bee3f28371464c59f2b57c09823fea5e3ebb
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