Skip to content

Instantly share code, notes, and snippets.

@Ryochan7
Ryochan7 / wiimoteglue_experiments_20160322.diff
Last active March 23, 2016 08:08
WiimoteGlue Experiments
diff --git a/Makefile b/Makefile
index 0350d14..c937f90 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,6 @@
LINK_LIBS += -ludev
LINK_LIBS += -lxwiimote
+LINK_LIBS += -lm
EXTRA_CFLAGS += $(CONFIG_FLAGS)