Modified Makefile to remove the test bin after it runs

This commit is contained in:
xavi 2024-09-09 22:30:21 -07:00
parent 551dd03340
commit c27eae1dcc

View File

@ -53,6 +53,7 @@ dodo: test
test: $(OBJ)
$(CC) -o $@ $(TEST_SRC) obj/dodo.o $(X_STRING_OBJ) $(SQLITE_OBJ)
./test
rm ./test
install: