X-Git-Url: http://git.sourceforge.jp/view?p=nkf%2Fnkf.git;a=blobdiff_plain;f=Makefile;h=2f1e3b65091149e51f18a9878d13698fc185df78;hp=0c9f8eb840675fa696bf45dc8f2a7db50bb6d843;hb=c5277517fd7dda407c5e91720ef2d44fd127d667;hpb=45896afb42c7acd2a123fca850de74a476a99f89 diff --git a/Makefile b/Makefile index 0c9f8eb..2f1e3b6 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,9 @@ SHAR = shar # SHAR = shar -T PERL = perl RM = rm -rf -VERSION = 201 +VERSION = 205 +EXIST = test -f +#EXIST = exist #nmake nkf : nkf.c config.h utf8tbl.o $(CC) $(CFLAGS) -o nkf nkf.c utf8tbl.o @@ -15,7 +17,7 @@ utf8tbl.o : utf8tbl.c config.h clean: -$(RM) nkf.o nkf nkf.in nkf.out nkf$(VERSION) *~ *.bad utf8tbl.o - cd NKF.mod; make clean + cd NKF.mod; if $(EXIST) Makefile; then make clean; fi test: nkf $(PERL) test.pl