X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=Makefile;h=abfeafd027a72a9f9697d7825d7075aadc172e18;hb=9306a593e097b30b55196f0fb7dd7c189389a0d3;hp=db12c3fb7a4c4d963d504663bce22a5d5f4d17f2;hpb=6f969e65e2bee7745a28f9f8cf54540257895f7e;p=eval.git diff --git a/Makefile b/Makefile index db12c3f..abfeafd 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=1.0 +VERSION=1.0.1 #DEBUG=-ggdb CFLAGS=-O2 -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -Winline $(DEBUG) @@ -14,7 +14,7 @@ bin/pedant: src/pedant.o clean: rm -f `find . -name "*~" -or -name "*.[oa]" -or -name "\#*\#" -or -name TAGS -or -name core` - rm -f bin/box bin/iwrapper bin/md5crypt + rm -f bin/box bin/iwrapper bin/md5crypt bin/pedant distclean: clean