From 1c529f3bb092b5687a9ea240f5126332bdd37100 Mon Sep 17 00:00:00 2001 From: bakpakin Date: Sat, 20 Jan 2018 10:57:01 -0500 Subject: [PATCH] Oh travis --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2c3486c7..f43371a2 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ PREFIX?=/usr/local BINDIR=$(PREFIX)/bin -CFLAGS=-std=c99 -Wall -Wextra -I./src/include -g +CFLAGS=-std=c99 -Wall -Wextra -Isrc/include -g CLIBS=-lm -ldl PREFIX=/usr/local DST_TARGET=dst