Skip to content

Commit

Permalink
When doing a make clean, also remove the libraries previously compiled
Browse files Browse the repository at this point in the history
  • Loading branch information
midwan committed Dec 10, 2023
1 parent c02d2ce commit 6809bb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -723,8 +723,8 @@ endif

clean:
$(RM) $(PROG) $(PROG)-debug $(C_OBJS) $(OBJS) $(ASMS) $(DEPS)
$(MAKE) -C external/libguisan clean
cmake --build external/mt32emu/build --target clean
$(MAKE) -C external/libguisan clean && rm external/libguisan/libguisan.a
cmake --build external/mt32emu/build --target clean && rm external/mt32emu/libmt32emu.a

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

0 comments on commit 6809bb2

Please sign in to comment.