Update Makefile

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

View File

@ -1,12 +1,3 @@
CC = gcc
CFLAGS = -I -W -Wall
RM = rm -f
default: all
all: ph7
ph7: ph7.c
$(CC) $(CFLAGS) -o ph7 ph7.c -Ofast
hellomake: ph7.c
gcc -o ph7 ph7.c -W -Wall -Ofast -I.