blob: 55edd857cb7bf038a0bb7585754f736c5c42832c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
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
|