From c974e61a8dbf83b6691992f89778262d2780cc74 Mon Sep 17 00:00:00 2001 From: Paul LeoNerd Evans Date: Wed, 8 Oct 2008 02:04:47 +0100 Subject: Added initial attempt at a terminfo-driven driver --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 $^ -- cgit v1.2.3-54-g00ecf