Update Makefile

This commit is contained in:
Symisc Systems 2018-02-19 02:09:58 +01:00 committed by GitHub
부모 39ac965600
커밋 d20fafdf12
No known key found for this signature in database
GPG 키 ID: 4AEE18F83AFDEB23

파일 보기

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