Merge pull request #75 from robertbaldyga/utils-makefile-target-all

utils: Makefile: Rename default target to "all"
This commit is contained in:
Adam Rutkowski
2019-07-30 10:49:22 +02:00
committed by GitHub

View File

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