summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c240043..c32d8a4 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@
# (for developers)
-include Makefile.conf
+-include Makefile.conf
#----------------------------------------------------------------------
# specific rules for this package:
@@ -61,7 +61,7 @@ clean:
.PHONY: distclean
distclean: clean
- rm -f *~ depend depend.pkg
+ rm -f *~ depend depend.pkg Makefile.conf
RELEASE: META
awk '/version/ { print substr($$3,2,length($$3)-2) }' META >RELEASE