diff options
author | pixel <pixel> | 2004-05-03 12:55:04 +0000 |
---|---|---|
committer | pixel <pixel> | 2004-05-03 12:55:04 +0000 |
commit | 5b1e50428eab9ea1d141b84e4579d77ac7b8f2d9 (patch) | |
tree | d1b008ff2f7e02bcf849587842e0c9548347e530 /Makefile | |
parent | 2371bb1ad54636e4f3f8524af65f37b64ef96a2a (diff) |
Still, various fixes, changes, improvements, new bug added, etc...
Diffstat (limited to 'Makefile')
-rwxr-xr-x | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -57,5 +57,4 @@ bin2c: bin2c.o Makefile clean: for d in ${SUBDIRS} ; do make -C $$d clean || exit -1 ; done - rm -f *.o ${TARGET} compil.c - + rm -f *.o ${TARGET} compil.c cd-tool-hc.h cd-tool.bin |