]> mj.ucw.cz Git - eval.git/blobdiff - Makefile
...
[eval.git] / Makefile
index 7ac0273992e5ad60c39987e113a8ab0c3ec5d7d9..70d6c0aeb9daa095bf1f5dcef20c01028865dd96 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,4 @@
+VERSION=1.0
 #DEBUG=-ggdb
 CFLAGS=-O2 -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -Winline $(DEBUG)
 
@@ -13,3 +14,7 @@ bin/md5crypt: src/md5crypt.o src/md5.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
+
+distclean: clean
+
+.PHONY: all clean distclean