Skip to content

Commit

Permalink
Merge pull request #31 from gerlero/makefile
Browse files Browse the repository at this point in the history
Fix make clean targets
  • Loading branch information
gerlero authored May 8, 2022
2 parents fb5b06e + 3238486 commit beb5eff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,8 @@ clean-build:
[ ! -d $(VOLUME) ] || hdiutil detach $(VOLUME)
rm -f build/$(APP_NAME).dmg build/$(APP_NAME)-shrunk.dmg build/$(APP_NAME)-build.dmg build/$(DIST_NAME).zip
rm -rf build/$(APP_NAME).app build/test/test-dmg build/test/test-shell
rmdir -p build
rmdir build/test || true
rmdir build || true

clean: clean-build
rm -f $(SOURCE_TARBALL) Brewfile.lock.json
Expand Down

0 comments on commit beb5eff

Please sign in to comment.