makefile: add all target
This commit is contained in:
6
Makefile
6
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
|
||||
|
||||
|
Reference in New Issue
Block a user