Make all the default target
This commit is contained in:
parent
e26bf613a5
commit
74cca183e0
2
.gitignore
vendored
2
.gitignore
vendored
@ -9,6 +9,6 @@ test.*
|
|||||||
*.obj
|
*.obj
|
||||||
compile_commands.json
|
compile_commands.json
|
||||||
libwapp-build
|
libwapp-build
|
||||||
libwapp.so
|
dist
|
||||||
*.vs
|
*.vs
|
||||||
__pycache__
|
__pycache__
|
||||||
|
4
Makefile
4
Makefile
@ -45,6 +45,8 @@ endif
|
|||||||
|
|
||||||
.PHONY: help full prng testing uuid core primitives all clean builddir build-test run-test codegen install build-lib
|
.PHONY: help full prng testing uuid core primitives all clean builddir build-test run-test codegen install build-lib
|
||||||
|
|
||||||
|
all: clean builddir codegen run-c-test full run-cc-test
|
||||||
|
|
||||||
help:
|
help:
|
||||||
@echo "Available build variables:"
|
@echo "Available build variables:"
|
||||||
@echo " CC C compiler to use (Default: clang)."
|
@echo " CC C compiler to use (Default: clang)."
|
||||||
@ -91,8 +93,6 @@ primitives: install
|
|||||||
clean:
|
clean:
|
||||||
@rm -rf $(BUILD_DIR)
|
@rm -rf $(BUILD_DIR)
|
||||||
|
|
||||||
all: clean builddir codegen run-c-test full run-cc-test
|
|
||||||
|
|
||||||
builddir:
|
builddir:
|
||||||
@mkdir -p $(BUILD_DIR)
|
@mkdir -p $(BUILD_DIR)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user