home: hub: 9ficl

ref: 4e98c124ebf610c08f4f9a36ae19bcf8e3f6abed
dir: /softcore/makefile/

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

../softcore.c: makesoftcore $(SOURCES)
	makesoftcore $(SOURCES)

makesoftcore: makesoftcore.c ../lzcompress.c ../bit.c
	cc -I.. -o makesoftcore makesoftcore.c ../lzcompress.c ../bit.c

clean: 
	- rm ../softcore.c *.o makesoftcore