diff --git a/makefile b/makefile index e5fd4dd16b..f7da20fd08 100755 --- a/makefile +++ b/makefile @@ -1246,13 +1246,13 @@ javadoc: -header "Avian v$(version)" \ -bottom "http://oss.readytalk.com/avian" -.PHONY: clean -clean: +.PHONY: clean-current +clean-current: @echo "removing $(build)" rm -rf $(build) -.PHONY: clean-all -clean-all: +.PHONY: clean +clean: @echo "removing build" rm -rf build