Renamed default run target to all
This commit is contained in:
parent
f5e2a95f57
commit
0bf363087e
10
Makefile
10
Makefile
@ -35,13 +35,13 @@ ifeq ($(CXX),)
|
|||||||
CXX = $(compiler)
|
CXX = $(compiler)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
# Lists phony targets for Makefile
|
||||||
|
.PHONY: all setup submodules compile execute clean
|
||||||
|
|
||||||
# Default target, compiles, executes and cleans
|
# Default target, compiles, executes and cleans
|
||||||
run: compile execute clean
|
all: compile execute clean
|
||||||
|
|
||||||
# Lists phony targets for Make compile
|
# Sets up the project for compiling, generates includes and libs
|
||||||
.PHONY: run setup submodules compile execute clean
|
|
||||||
|
|
||||||
# Sets up the project for compiling, creates libs and includes
|
|
||||||
setup: include lib
|
setup: include lib
|
||||||
|
|
||||||
# Pull and update the the build submodules
|
# Pull and update the the build submodules
|
||||||
|
Loading…
Reference in New Issue
Block a user