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
commit b306d2ba3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"