Don't install with just make, require make install

This commit is contained in:
Igor Socec 2017-01-25 11:39:26 +01:00
parent ce8971eb2b
commit cded0313c2
3 changed files with 6 additions and 9 deletions

View file

@ -18,10 +18,7 @@ DIR_CONFIG = BUILDDIR=$(BUILDDIR) INSTALLDIR=$(INSTALL_ROOT) BIN_PREFIX=$(BIN_PR
# ==============================================================================
# supported make options (clean, install...)
.PHONY: all default install clean
# all calls all other options
all: default install
.PHONY: default install clean
# default builds components
default: