diff --git a/makefile b/makefile index a6b0753..9621a2d 100644 --- a/makefile +++ b/makefile @@ -54,8 +54,7 @@ cli.o: cli.c cli.h engine.h clean: rm -f *.o lib/microui.o jack-looper test_engine test_tui test_gui test_cli -test: test_engine test_tui test_gui test_cli +test: test_engine test_tui test_cli ./test_engine ./test_tui - ./test_gui ./test_cli