From 129b7312400a69b995b67fd2feb3f915b7f20555 Mon Sep 17 00:00:00 2001 From: "@syxhe" Date: Tue, 21 Oct 2025 16:33:55 -0500 Subject: Reformat tests.c --- src/Makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'src/Makefile') 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) # Phony rules c clean: - -rm -rvf main $(TIMESTAMP_DIR) $(wildcard *.test*) $(wildcard *.enc) + -rm -rvf main tests $(TIMESTAMP_DIR) $(wildcard *.test*) $(wildcard *.enc) -v val: - $(MAKE) all +v val: main valgrind --leak-check=yes ./main -t test: - $(MAKE) tests +t test: tests valgrind --leak-check=yes ./tests \ No newline at end of file -- cgit v1.2.3