From c27eae1dcc0bc265bd4fda28c0163120975f2019 Mon Sep 17 00:00:00 2001 From: xavi Date: Mon, 9 Sep 2024 22:30:21 -0700 Subject: [PATCH] Modified Makefile to remove the test bin after it runs --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index d654149..8615de3 100644 --- a/Makefile +++ b/Makefile @@ -53,6 +53,7 @@ dodo: test test: $(OBJ) $(CC) -o $@ $(TEST_SRC) obj/dodo.o $(X_STRING_OBJ) $(SQLITE_OBJ) ./test + rm ./test install: