Skip to content

Commit

Permalink
properly clean
Browse files Browse the repository at this point in the history
  • Loading branch information
solskogen authored and midwan committed Feb 23, 2024
1 parent 6d9b599 commit 0e19830
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Makefile
Expand Up @@ -681,9 +681,8 @@ endif
clean:
$(RM) $(PROG) $(PROG)-debug $(C_OBJS) $(OBJS) $(ASMS) $(DEPS)
$(MAKE) -C external/libguisan clean && $(RM) external/libguisan/libguisan.a
-cmake --build external/mt32emu/build --target clean
-rm -R external/mt32emu/build
-rm external/mt32emu/libmt32emu.a
$(RM) -r external/mt32emu/build
$(RM) external/mt32emu/libmt32emu.a

cleanprofile:
$(RM) $(OBJS:%.o=%.gcda)
Expand Down

0 comments on commit 0e19830

Please sign in to comment.