Update Makefile

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

파일 보기

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