diff --git a/Makefile b/Makefile index f47e37a..075f0a7 100644 --- a/Makefile +++ b/Makefile @@ -10,5 +10,3 @@ all: ph7 ph7: ph7.c $(CC) $(CFLAGS) -o ph7 ph7.c -Ofast -clean veryclean: - $(RM) Hello