fortify-headers

standalone fortify-source implementation
git clone git://git.2f30.org/fortify-headers
Log | Files | Refs | README | LICENSE

commit a38ba9f68a93c67865179ecc29817e4de7768251
parent ef270c5abf02ee7d585c0a2e43ee56119a0080bc
Author: sin <sin@2f30.org>
Date:   Sat, 28 Feb 2015 15:40:15 +0000

Add README to make dist

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -10,7 +10,7 @@ uninstall: dist: clean mkdir -p fortify-$(VERSION) - cp -R LICENSE Makefile include fortify-$(VERSION) + cp -R LICENSE Makefile README include fortify-$(VERSION) tar -cf fortify-$(VERSION).tar fortify-$(VERSION) gzip fortify-$(VERSION).tar rm -rf fortify-$(VERSION)