aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 6c07330..6b55819 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ endif
# ----------------------- DARWIN -----------------------
ifeq ($(OS_NAME),Darwin)
-FRAMEWORKS = Carbon IOKit
+FRAMEWORKS = Carbon IOKit ForceFeedback
LDFLAGS = -bundle -bundle_loader $(PDEXECUTABLE) \
-L/sw/lib -L./HID\ Utilities\ Source/build \
-lHIDUtilities \
@@ -31,7 +31,7 @@ endif
PDEXECUTABLE = ../../../pd/bin/pd
CFLAGS = -DUNIX -DPD -O2 -funroll-loops -fomit-frame-pointer \
- -Wall -W -Wshadow -Wstrict-prototypes -Wno-unused
+ -Wall -W -Wno-shadow -Wstrict-prototypes -Wno-unused
INCLUDE = -I./ -I../../../pd/src -I./HID\ Utilities\ Source