diff options
author | Martin Willi <martin@strongswan.org> | 2005-12-13 15:58:33 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2005-12-13 15:58:33 +0000 |
commit | b4ffed672b50523506d410b64fb2ed1aa026617f (patch) | |
tree | 8acfd65364e8a119db54ea6dbd956768c701e6d5 /Source/charon | |
parent | fb2b73daf26d8104f2a67721db84c7d305a171ea (diff) | |
download | strongswan-b4ffed672b50523506d410b64fb2ed1aa026617f.tar.bz2 strongswan-b4ffed672b50523506d410b64fb2ed1aa026617f.tar.xz |
- removed not working make targets
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 |