summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
author@syxhe <https://t.me/syxhe>2025-06-09 17:43:50 -0500
committer@syxhe <https://t.me/syxhe>2025-06-09 17:51:14 -0500
commit1444c72db8505340c0988ea286a29bc261297933 (patch)
tree22d52285ab36b440d02b20aa5f680c75c0c0dbaf /src/Makefile
parent682c6e29e5b2546ff586a55cea8b81a8c072d3ee (diff)
We do a little documentation
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index ff75a8a..0ee5897 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -35,7 +35,6 @@ 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
39 38
40val: 39val:
41 $(MAKE) all 40 $(MAKE) all