Skip to content

Commit 64a1fe2

Browse files
committed
chore: Fixed build.
Signed-off-by: Paolo Insogna <paolo@cowtech.it>
1 parent 6692f1c commit 64a1fe2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ postversion: release
7676
git push
7777
git checkout release --
7878
cp -rf release/* ./
79-
rm -rf release
79+
rm -rf build cmake release
8080
git add include src *.gyp *.gypi CMakeLists.txt README.md LICENSE libllhttp.pc.in
8181
git commit -a -m "release: $(RELEASE)"
8282
git tag "release/v$(RELEASE)"

0 commit comments

Comments
 (0)