Fixed clean rule

This commit is contained in:
Bruce Hill 2020-04-25 18:01:00 -07:00
parent 6cec510d93
commit e7f0270c7a

View File

@ -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 $@