I am good at typing things I look at.

This commit is contained in:
Alex Miller 2018-06-20 16:30:21 -07:00
parent 7fef061e51
commit 8da30c8b13
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ clean: $(CLEAN_TARGETS) docpreview_clean
@rm -rf $(DEPSDIR)
@rm -rf lib/
@rm -rf bin/coverage.*.xml
@find . -name "*.g.cpp" -name "*.g.h" -exec rm -f {} \;
@find . -name "*.g.cpp" -or -name "*.g.h" -exec rm -f {} \;
targets:
@echo "Available targets:"