From f5c6ecf9af6a024c1c4a0d486303516a6381ddc7 Mon Sep 17 00:00:00 2001 From: Paul LeoNerd Evans Date: Mon, 6 Oct 2008 23:27:19 +0100 Subject: Moved CSI-related code out of termkey.c into new driver-csi.c --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index cbfba5c..68eb037 100644 --- a/Makefile +++ b/Makefile @@ -7,10 +7,10 @@ endif all: demo -demo: termkey.o demo.c +demo: termkey.o driver-csi.o demo.c gcc $(CCFLAGS) $(LDFLAGS) -o $@ $^ -termkey.o: termkey.c +%.o: %.c gcc $(CCFLAGS) -o $@ -c $^ .PHONY: clean -- cgit v1.2.3