Skip to content

Commit

Permalink
Fix make clean
Browse files Browse the repository at this point in the history
  • Loading branch information
dylwhich committed Sep 22, 2024
1 parent 85ecd0b commit 6a6e4aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/mac_events_test/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ $(ICONS): ../../emulator/resources/icon.png

# This cleans emulator files
clean:
-@rm -f $(OBJECTS) $(EXECUTABLE) $(ICONS) test.iconset $(BUNDLE)
-@rm -rf $(OBJECTS) $(EXECUTABLE) $(ICONS) test.iconset $(BUNDLE)


################################################################################
Expand Down

0 comments on commit 6a6e4aa

Please sign in to comment.