makefile: add all target

This commit is contained in:
Maciej Barć 2020-09-16 15:20:31 +02:00
parent 184085c20d
commit be2d26bfd9
No known key found for this signature in database
GPG Key ID: 031C9FE65BED714A
1 changed files with 6 additions and 0 deletions

View File

@ -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