summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
author@syxhe <https://t.me/syxhe>2025-10-21 16:33:55 -0500
committer@syxhe <https://t.me/syxhe>2025-10-21 16:33:55 -0500
commit129b7312400a69b995b67fd2feb3f915b7f20555 (patch)
tree0a67228fbb8b3d2c19514eb5285042088a41f999 /src/Makefile
parent65c39faa76cb7a711b21e1e54b9e0aa1410e997c (diff)
Reformat tests.c
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/Makefile b/src/Makefile
index 0a72955..7be2382 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -35,12 +35,10 @@ main tests: %: %.c $(TIMESTAMPS)
35# Phony rules 35# Phony rules
36 36
37c clean: 37c clean:
38 -rm -rvf main $(TIMESTAMP_DIR) $(wildcard *.test*) $(wildcard *.enc) 38 -rm -rvf main tests $(TIMESTAMP_DIR) $(wildcard *.test*) $(wildcard *.enc)
39 39
40v val: 40v val: main
41 $(MAKE) all
42 valgrind --leak-check=yes ./main 41 valgrind --leak-check=yes ./main
43 42
44t test: 43t test: tests
45 $(MAKE) tests
46 valgrind --leak-check=yes ./tests \ No newline at end of file 44 valgrind --leak-check=yes ./tests \ No newline at end of file