diff --git a/Makefile b/Makefile index 7657a3f..dfce116 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ windows: c2t.exe c2t-96h.exe dist: all windows clean: - rm c2t.h c2t c2t-96h + rm -f c2t.h c2t c2t-96h c2t.exe c2t-96h.exe cd asm; make clean c2t: c2t.c c2t.h diff --git a/c2t-96h.exe b/c2t-96h.exe index f114bef..9363b00 100755 Binary files a/c2t-96h.exe and b/c2t-96h.exe differ diff --git a/c2t.exe b/c2t.exe index 7a16675..147fd3f 100755 Binary files a/c2t.exe and b/c2t.exe differ