mirror of
https://github.com/apple/foundationdb.git
synced 2025-06-01 18:56:00 +08:00
My previous find
line was actually just wrong.
This commit is contained in:
parent
983424b0cf
commit
8dee95a282
2
Makefile
2
Makefile
@ -154,7 +154,7 @@ clean: $(CLEAN_TARGETS) docpreview_clean
|
||||
@rm -rf $(DEPSDIR)
|
||||
@rm -rf lib/
|
||||
@rm -rf bin/coverage.*.xml
|
||||
@rm -f */*.g.cpp */*/*/g.cpp */*.g.h */*/*.g.h
|
||||
@find . -name "*.g.cpp" -exec rm -f {} \; -or -name "*.g.h" -exec rm -f {} \;
|
||||
|
||||
targets:
|
||||
@echo "Available targets:"
|
||||
|
Loading…
x
Reference in New Issue
Block a user