switch clean target back to deleting all generated files

This commit is contained in:
Joel Dice 2013-02-13 09:09:30 -07:00 committed by Joshua Warner
parent b8fd040ac1
commit a7ab59f1f6

View File

@ -1278,11 +1278,6 @@ clean-current:
.PHONY: clean
clean:
@echo "removing $(build)"
rm -rf $(build)
.PHONY: clean-all
clean-all:
@echo "removing build"
rm -rf build