From 6cd8af0a845a4c9ffc5f2be79ba02338d88808f0 Mon Sep 17 00:00:00 2001 From: Symisc Systems Date: Mon, 19 Feb 2018 02:40:33 +0100 Subject: [PATCH] Makefile for Travis --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8b83624..90edc9d 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,2 @@ ph7: ph7.c - cc -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 -Wunused -Wall -I. -Ofast \ No newline at end of file