aboutsummaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index e5f0453..8d9976a 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -14,9 +14,13 @@ $(DST_DIR)/%.c.o: %.c
mkdir -p $(dir $@)
$(CC) $(CCFLAGS) -c $< -o $@
-.PHONY: clean
+.PHONY: clean gendocs
+
clean:
rm -r $(DST_DIR)
rm physics
run:
./physics
+
+gendocs:
+ doxygen Doxyfile