OSDN Git Service

* Fix: make clean remove nkf.exe [nkf-bug#8614]
authorNARUSE, Yui <naruse@users.sourceforge.jp>
Sun, 30 Jul 2006 13:59:01 +0000 (13:59 +0000)
committerNARUSE, Yui <naruse@users.sourceforge.jp>
Sun, 30 Jul 2006 13:59:01 +0000 (13:59 +0000)
Makefile

index 2678a44..64f5a96 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ utf8tbl.o : utf8tbl.c config.h
        $(CC) $(CFLAGS) -c utf8tbl.c
 
 clean:
        $(CC) $(CFLAGS) -c utf8tbl.c
 
 clean:
-       -$(RM) nkf.o nkf nkf.in nkf.out nkf$(VERSION) *~ *.bad utf8tbl.o
+       -$(RM) nkf.o nkf nkf.exe nkf.in nkf.out nkf$(VERSION) *~ *.bad utf8tbl.o
        cd NKF.mod; if [ -f Makefile ]; then make clean; fi
 
 test:  nkf
        cd NKF.mod; if [ -f Makefile ]; then make clean; fi
 
 test:  nkf