From 96adbe9741bdc77d4f83242756d41187045fb172 Mon Sep 17 00:00:00 2001 From: Paul LeoNerd Evans Date: Sun, 10 Feb 2008 17:34:05 +0000 Subject: Avoid use of GLib; use fixed-size internal arrays for CSI/SS3->keycode lookup --- Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f0afb15..a134bef 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,6 @@ CCFLAGS=-Wall -Iinclude -std=c99 LDFLAGS= -CCFLAGS+=$(shell pkg-config --cflags glib-2.0) -LDFLAGS+=$(shell pkg-config --libs glib-2.0) - all: demo demo: termkey.o demo.c -- cgit v1.2.3