]> mj.ucw.cz Git - eval.git/blobdiff - Makefile
Reworked the installation machinery.
[eval.git] / Makefile
index db12c3fb7a4c4d963d504663bce22a5d5f4d17f2..abfeafd027a72a9f9697d7825d7075aadc172e18 100644 (file)
--- 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