diff options
Diffstat (limited to 'Source/charon')
-rw-r--r-- | Source/charon/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Source/charon/Makefile b/Source/charon/Makefile index 853b00eac..a726bba8e 100644 --- a/Source/charon/Makefile +++ b/Source/charon/Makefile @@ -26,11 +26,7 @@ CFLAGS+= -Wall \ # objects is extended by each included Makefile OBJS= -all : build_dir $(BUILD_DIR)charon $(BUILD_DIR)run_tests - -daemon : $(BUILD_DIR)charon - -testcases : $(BUILD_DIR)run_tests +all : build_dir $(BUILD_DIR)charon $(BUILD_DIR)run_tests doxygen : doxygen Doxyfile |