Don't install with just make, require make install
This commit is contained in:
parent
ce8971eb2b
commit
cded0313c2
3 changed files with 6 additions and 9 deletions
5
Makefile
5
Makefile
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue