summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorsin2015-02-28 15:40:15 +0000
committersin2015-02-28 15:40:15 +0000
commita38ba9f68a93c67865179ecc29817e4de7768251 (patch)
tree44e09ea88818392eab6e4894ac5422d815c68a7a /Makefile
parentef270c5abf02ee7d585c0a2e43ee56119a0080bc (diff)
Add README to make dist
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fede34d..bb27e22 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ uninstall:
10 10
11dist: clean 11dist: clean
12 mkdir -p fortify-$(VERSION) 12 mkdir -p fortify-$(VERSION)
13 cp -R LICENSE Makefile include fortify-$(VERSION) 13 cp -R LICENSE Makefile README include fortify-$(VERSION)
14 tar -cf fortify-$(VERSION).tar fortify-$(VERSION) 14 tar -cf fortify-$(VERSION).tar fortify-$(VERSION)
15 gzip fortify-$(VERSION).tar 15 gzip fortify-$(VERSION).tar
16 rm -rf fortify-$(VERSION) 16 rm -rf fortify-$(VERSION)