aboutsummaryrefslogtreecommitdiff
path: root/examples.api
diff options
context:
space:
mode:
Diffstat (limited to 'examples.api')
-rw-r--r--examples.api/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples.api/Makefile b/examples.api/Makefile
index 059adda..a7cc6d1 100644
--- a/examples.api/Makefile
+++ b/examples.api/Makefile
@@ -1,6 +1,6 @@
CFLAGS+= -Wall -g
-CFLAGS+= -L.. -I..
-CFLAGS+= -ljim
+CFLAGS+= -I..
+LDLIBS += -L.. -ljim
EXAMPLES= \
jim_command \