aboutsummaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
authorkotorifan <kotorifan05@gmail.com>2026-04-27 15:31:20 +0200
committerkotorifan <kotorifan05@gmail.com>2026-04-27 15:31:20 +0200
commitc8ec0d2d0c57c42499f9ea95ef0ddd6ef3764f26 (patch)
tree9ac0aa0978162cec91dcf92f5949c8df34433fcd /GNUmakefile
parent3c6188de4729a31e41fa1a90dd13065170972e36 (diff)
downloadtrashbinphysics-c8ec0d2d0c57c42499f9ea95ef0ddd6ef3764f26.tar.gz
Added doxyfile
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