Make all the default target
This commit is contained in:
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
|
||||
|
||||
all: clean builddir codegen run-c-test full run-cc-test
|
||||
|
||||
help:
|
||||
@echo "Available build variables:"
|
||||
@echo " CC C compiler to use (Default: clang)."
|
||||
@@ -91,8 +93,6 @@ primitives: install
|
||||
clean:
|
||||
@rm -rf $(BUILD_DIR)
|
||||
|
||||
all: clean builddir codegen run-c-test full run-cc-test
|
||||
|
||||
builddir:
|
||||
@mkdir -p $(BUILD_DIR)
|
||||
|
||||
|
Reference in New Issue
Block a user