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
|
||||
|
||||
# Just a placeholder when running make from parent dir without install/uninstall arg
|
||||
default: ;
|
||||
all: ;
|
||||
|
||||
install:
|
||||
@echo "Installing Open-CAS utils"
|
||||
|
Loading…
Reference in New Issue
Block a user