summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
author@syxhe <https://t.me/syxhe>2025-06-09 16:44:32 -0500
committer@syxhe <https://t.me/syxhe>2025-06-09 16:44:32 -0500
commit682c6e29e5b2546ff586a55cea8b81a8c072d3ee (patch)
tree0887ca007c04e35b08f0ec2f9c5f8656d3689c87 /src
parent534a492f2c0bcceac52a287b03dc1ff5eb0b0763 (diff)
Doxygen fuckery
Diffstat (limited to 'src')
-rw-r--r--src/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 0ee5897..ff75a8a 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -35,6 +35,7 @@ include $(wildcard $(DEPS))
35 35
36c clean: 36c clean:
37 @-rm -rv main $(OBJECTS) $(DEPS) $(wildcard *.test*) $(wildcard *.enc) 37 @-rm -rv main $(OBJECTS) $(DEPS) $(wildcard *.test*) $(wildcard *.enc)
38 $(MAKE) -C ../ clean
38 39
39val: 40val:
40 $(MAKE) all 41 $(MAKE) all