summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
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