summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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