diff --git a/Makefile b/Makefile index e25cac2..28a6bb6 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ all: $(CC) -D $(DEFINE) -c $(CFLAGS) $< -o $(<:.c=.o) clean: - $(RM) $(NAME) *~ \#*\# *.o *.core + $(RM) $(NAME) *~ \#*\# *.o *core re: clean all