From b0f2cd696628511853a3771e4e7fc25072c20a92 Mon Sep 17 00:00:00 2001 From: Symisc Systems Date: Mon, 19 Feb 2018 02:34:18 +0100 Subject: [PATCH] New Makefile --- Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index cbdc831..fa34a8e 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,2 @@ -ph7: ph7.c - gcc -o ph7 ph7.c examples/ph7_intro.c -W -Wall -OFast - +ph7: ph7.c + gcc -o ph7 ph7.c examples/ph7_intro.c -W -Wall -OFast \ No newline at end of file