diff options
Diffstat (limited to 'softwords/makefile')
-rw-r--r-- | softwords/makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/softwords/makefile b/softwords/makefile new file mode 100644 index 0000000000000..55edd857cb7bf --- /dev/null +++ b/softwords/makefile @@ -0,0 +1,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 + |