Skip to content

Commit

Permalink
Now quoting also in clean.mk
Browse files Browse the repository at this point in the history
  • Loading branch information
judovana committed Jul 12, 2024
1 parent b03d63c commit cd263a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clean.mk
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ cleanBuild:
$(RM) -r $(BUILD_ROOT)

clean: cleanBuild
$(RM) -r $(TEST_ROOT)$(D)TKG$(D)output_*
$(RM) -r $(Q)$(TEST_ROOT)$(Q)$(D)TKG$(D)output_*
$(RM) $(FAILEDTARGETS)
ant -f $(TEST_ROOT)$(D)TKG$(D)scripts/build_tools.xml clean
ant -f $(Q)$(TEST_ROOT)$(Q)$(D)TKG$(D)scripts/build_tools.xml clean

.PHONY: cleanBuild clean

0 comments on commit cd263a8

Please sign in to comment.