makefile: add all target
This commit is contained in:
parent
184085c20d
commit
be2d26bfd9
6
Makefile
6
Makefile
@ -3,6 +3,7 @@ BIN = euscan
|
|||||||
|
|
||||||
|
|
||||||
.PHONY:
|
.PHONY:
|
||||||
|
all
|
||||||
clean
|
clean
|
||||||
install-user
|
install-user
|
||||||
install-user-test
|
install-user-test
|
||||||
@ -11,6 +12,11 @@ BIN = euscan
|
|||||||
uninstall distclean
|
uninstall distclean
|
||||||
|
|
||||||
|
|
||||||
|
all:
|
||||||
|
@echo "Did nothing."
|
||||||
|
@echo "To do user installation use target: install-user"
|
||||||
|
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
sh clean.sh
|
sh clean.sh
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user