switch clean target back to deleting all generated files

This commit is contained in:
Joel Dice 2013-02-13 09:09:30 -07:00
parent 144fdb8f49
commit fd47c6f406

View File

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