diff --git a/C/Makefile b/C/Makefile index c561066..966027a 100644 --- a/C/Makefile +++ b/C/Makefile @@ -13,7 +13,7 @@ G= all: ctest rainbow clean: - rm -f test + rm -f ctest rainbow ctest: test.c ../btui.h $(CC) $(CFLAGS) $(CWARN) $(G) $(O) $< -o $@