From 19dd0c9616f5104f58a0463164aaf6a04152f137 Mon Sep 17 00:00:00 2001 From: Symisc Systems Date: Mon, 19 Feb 2018 02:29:38 +0100 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1eee738..cbdc831 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,3 @@ ph7: ph7.c - gcc -o ph7 ph7.c examples/ph7_intro.c -W -Wall -Ofast + gcc -o ph7 ph7.c examples/ph7_intro.c -W -Wall -OFast