Update Makefile

This commit is contained in:
Symisc Systems
2018-02-19 02:09:58 +01:00
committed by GitHub
parent 39ac965600
commit d20fafdf12

View File

@@ -10,5 +10,3 @@ all: ph7
ph7: ph7.c
$(CC) $(CFLAGS) -o ph7 ph7.c -Ofast
clean veryclean:
$(RM) Hello