Skip to content

Commit

Permalink
Merge pull request #13 from chuckwagoncomputing/clean-pch
Browse files Browse the repository at this point in the history
Prepare make clean to replace clean.sh
  • Loading branch information
rusefillc authored Jan 30, 2024
2 parents 7bcee1b + 5c6ac10 commit 49e68ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ endif

clean: CLEAN_RULE_HOOK
@echo Cleaning
-rm -fR .dep $(BUILDDIR)
-rm -fR .dep $(BUILDDIR) pch/pch.h.gch
@echo Done

CLEAN_RULE_HOOK:
Expand Down

0 comments on commit 49e68ba

Please sign in to comment.