Skip to content

Commit 1e1ec7e

Browse files
authored
chore: Fixed build. (#838)
Signed-off-by: Paolo Insogna <[email protected]>
1 parent 6692f1c commit 1e1ec7e

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)