aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Source/charon/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/charon/Makefile b/Source/charon/Makefile
index e43e36a3b..00bed06f6 100644
--- a/Source/charon/Makefile
+++ b/Source/charon/Makefile
@@ -30,7 +30,7 @@ daemon : $(BUILD_DIR)charon
testcases : $(BUILD_DIR)run_tests
doxygen :
- doxygen doxyconfig.DoxyFile
+ doxygen documentation.DoxyFile
include $(MAIN_DIR)network/Makefile.network