diff --git a/Makefile b/Makefile index b095cb3..40b0e02 100644 --- a/Makefile +++ b/Makefile @@ -3,6 +3,7 @@ BIN = euscan .PHONY: + all clean install-user install-user-test @@ -11,6 +12,11 @@ BIN = euscan uninstall distclean +all: + @echo "Did nothing." + @echo "To do user installation use target: install-user" + + clean: sh clean.sh