Merge pull request #75 from robertbaldyga/utils-makefile-target-all
utils: Makefile: Rename default target to "all"
This commit is contained in:
commit
b306d2ba3f
@ -29,7 +29,7 @@ endef
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
# Just a placeholder when running make from parent dir without install/uninstall arg
|
# Just a placeholder when running make from parent dir without install/uninstall arg
|
||||||
default: ;
|
all: ;
|
||||||
|
|
||||||
install:
|
install:
|
||||||
@echo "Installing Open-CAS utils"
|
@echo "Installing Open-CAS utils"
|
||||||
|
Loading…
Reference in New Issue
Block a user