diff options
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 8 |
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 | ||
| 37 | c clean: | 37 | c clean: |
| 38 | -rm -rvf main $(TIMESTAMP_DIR) $(wildcard *.test*) $(wildcard *.enc) | 38 | -rm -rvf main tests $(TIMESTAMP_DIR) $(wildcard *.test*) $(wildcard *.enc) |
| 39 | 39 | ||
| 40 | v val: | 40 | v val: main |
| 41 | $(MAKE) all | ||
| 42 | valgrind --leak-check=yes ./main | 41 | valgrind --leak-check=yes ./main |
| 43 | 42 | ||
| 44 | t test: | 43 | t 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 |
