From f00679b2a573657e03281373f37768dab23140f3 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 19 Feb 2005 14:35:44 +0000 Subject: [PATCH] Added stuff for distribution. --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index 7ac0273..70d6c0a 100644 --- 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 -- 2.39.2