From 63ab2a816fe817416de3acdd4aaa8a86ae9450fe Mon Sep 17 00:00:00 2001 From: tomsmeding Date: Fri, 23 Dec 2016 21:34:45 +0100 Subject: Use brew's fltk Some changes that were lying around from OVER A YEAR AGO --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 98c2323..028a82d 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ CXX = g++ -CXXFLAGS = -Wall -Wextra -pedantic -std=c++11 -O2 -LIBS = -lfltk +CXXFLAGS = -Wall -Wextra -pedantic -std=c++11 -O2 -I/usr/local/include +LIBS = -lfltk -L/usr/local/lib BIN = flogo .PHONY: all clean remake -- cgit v1.2.3