fix unit tests cleaning

This commit is contained in:
David Holdeman 2024-02-24 18:12:58 -06:00 committed by rusefillc
parent a9880b2178
commit 17c5fb210d
1 changed files with 5 additions and 1 deletions

View File

@ -154,13 +154,17 @@ $(SHARED_OUTPUT): $(OBJS)
@echo Linking shared library $@ output $(SHARED_OUTPUT_OPT)
@$(LD) $(OBJS) $(LDFLAGS) $(LIBS) -o $(SHARED_OUTPUT_OPT) -shared
clean: CLEAN_RULE_HOOK
.PHONY: CLEAN_RULE_HOOK CLEAN_PCH_HOOK
clean: CLEAN_RULE_HOOK CLEAN_PCH_HOOK
@echo Cleaning
-rm -fR .dep $(BUILDDIR)
@echo Done
CLEAN_RULE_HOOK:
CLEAN_PCH_HOOK:
#
# Include the dependency files, should be the last of the makefile
#