blob: d686f17a62fb35ac58aa29d1d0a516b81cc4abfd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
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) $(CFLAGS) $(CPPFLAGS) -I.. -o makesoftcore makesoftcore.c ../lzcompress.c ../bit.c
clean:
- rm ../softcore.c *.o makesoftcore
|