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

Commit

Permalink
fix 'make package'
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Apr 27, 2009
1 parent 86bee2e commit 212f721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -17,7 +17,7 @@ clean:
rm -f *.o http_parser.c test http_parser.tar

package: http_parser.c
@mkdir -p /tmp/http_parser && \
@rm -rf /tmp/http_parser && mkdir /tmp/http_parser && \
cp README.md Makefile http_parser.c http_parser.rl \
http_parser.h test.c /tmp/http_parser && \
cd /tmp && \
Expand Down

0 comments on commit 212f721

Please sign in to comment.