Skip to content

Commit

Permalink
clean macOS target
Browse files Browse the repository at this point in the history
  • Loading branch information
abarisani committed Oct 8, 2021
1 parent f72572f commit 4ae71c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ clean:
@rm -fr $(APP) $(APP).bin $(APP).imx $(APP)-signed.imx $(APP).sig $(APP).csf $(APP).sdp $(APP).dcd $(APP).srk
@rm -fr $(APP)-fixup-signed.imx $(APP)-fixup.csf $(APP)-fixup.sdp
@rm -fr $(CURDIR)/api/*.pb.go
@rm -fr $(APP)-install $(APP)-install.exe $(APP)-install.dmg
@rm -fr $(APP)-install $(APP)-install.exe $(APP)-install_darwin-amd64 $(APP)-install.dmg
@rm -fr $(APP).release $(APP).proofbundle update.zip

#### dependencies ####
Expand Down

0 comments on commit 4ae71c0

Please sign in to comment.