summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9a528a1..af32519 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,8 @@ clean:
nss-myhostname.tar.gz:
rm -rf "nss-myhostname-$(VERSION)"
mkdir "nss-myhostname-$(VERSION)"
- cp Makefile README *.c "nss-myhostname-$(VERSION)"/
+ cp Makefile LICENSE README *.c "nss-myhostname-$(VERSION)"/
+ rm -f "nss-myhostname-$(VERSION).tar.gz"
tar czf "nss-myhostname-$(VERSION).tar.gz" "nss-myhostname-$(VERSION)"/
rm -rf "nss-myhostname-$(VERSION)"