Skip to content
This repository has been archived by the owner on Nov 6, 2022. It is now read-only.

Commit

Permalink
Add LICENSE file to 'make package'
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Jul 13, 2009
1 parent 23b8eed commit 36e74be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -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/
Expand Down

0 comments on commit 36e74be

Please sign in to comment.