diff --git a/Makefile b/Makefile index b58f699..e92a8de 100644 --- a/Makefile +++ b/Makefile @@ -13,4 +13,4 @@ $(TARGET): $(CFILES) $(CC) -o $@ $(filter %.c, $^) $(CFLAGS) clean: - rm -rf fox32* + rm -rf fox32