summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortomsmeding <tom.smeding@gmail.com>2016-12-23 21:34:45 +0100
committertomsmeding <tom.smeding@gmail.com>2016-12-23 21:34:45 +0100
commit63ab2a816fe817416de3acdd4aaa8a86ae9450fe (patch)
tree9422a2a844e7d3549393269284ce42b9b5e95f77
parent5617a74a7d49cee3486a9af93887a325dba4aa6f (diff)
Use brew's fltkHEADmaster
Some changes that were lying around from OVER A YEAR AGO
-rw-r--r--Makefile4
1 files 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