Update Makefile

This commit is contained in:
Symisc Systems 2018-02-19 02:09:58 +01:00 committed by GitHub
parent 39ac965600
commit d20fafdf12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -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