Wed, 27 Dec 2023 14:54:04 +0100
change default make target from 'compile test-compile' to 'check'
Makefile | file | annotate | diff | comparison | revisions |
--- a/Makefile Wed Dec 20 18:13:30 2023 +0100 +++ b/Makefile Wed Dec 27 14:54:04 2023 +0100 @@ -23,7 +23,7 @@ include config.mk -all: compile test-compile +all: check install: @cd src && $(MAKE) install @@ -56,7 +56,7 @@ static: FORCE @cd src && $(MAKE) static -check: test-compile FORCE +check: compile test-compile FORCE $(build_dir)/tests/ucxtest test-compile: