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 68eb037..22940e7 100644
--- a/Makefile
+++ b/Makefile
@@ -7,8 +7,8 @@ endif
all: demo
-demo: termkey.o driver-csi.o demo.c
- gcc $(CCFLAGS) $(LDFLAGS) -o $@ $^
+demo: termkey.o driver-csi.o driver-ti.o demo.c
+ gcc $(CCFLAGS) $(LDFLAGS) -o $@ $^ -lncurses
%.o: %.c
gcc $(CCFLAGS) -o $@ -c $^