Skip to content

Commit 212f721

Browse files
committed
fix 'make package'
1 parent 86bee2e commit 212f721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ clean:
1717
rm -f *.o http_parser.c test http_parser.tar
1818

1919
package: http_parser.c
20-
@mkdir -p /tmp/http_parser && \
20+
@rm -rf /tmp/http_parser && mkdir /tmp/http_parser && \
2121
cp README.md Makefile http_parser.c http_parser.rl \
2222
http_parser.h test.c /tmp/http_parser && \
2323
cd /tmp && \

0 commit comments

Comments
 (0)