From 5ad1cd3c8c88311493e38cce6aa1d9bbbd8c7e84 Mon Sep 17 00:00:00 2001 From: Symisc Systems Date: Mon, 19 Feb 2018 02:37:21 +0100 Subject: [PATCH] Makefile for Travis build For your own deployment, just drop ph7.c and ph7.h in your source tree without any dependency --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fa34a8e..8b83624 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,2 @@ ph7: ph7.c - gcc -o ph7 ph7.c examples/ph7_intro.c -W -Wall -OFast \ No newline at end of file + cc -o ph7 ph7.c examples/ph7_intro.c -W -Wall -Ofast \ No newline at end of file