From 36e74bea333842b450b2862e13fdb85c2f7b89b3 Mon Sep 17 00:00:00 2001 From: Ryan Date: Mon, 13 Jul 2009 23:59:48 +0200 Subject: [PATCH] Add LICENSE file to 'make package' --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 08d78ef..afe7229 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ clean: package: http_parser.c @rm -rf /tmp/http_parser && mkdir /tmp/http_parser && \ - cp README.md Makefile http_parser.c http_parser.rl \ + cp LICENSE README.md Makefile http_parser.c http_parser.rl \ http_parser.h test.c /tmp/http_parser && \ cd /tmp && \ tar -cf http_parser.tar http_parser/