diff options
author | Paul LeoNerd Evans <leonerd@leonerd.org.uk> | 2008-02-10 17:34:05 +0000 |
---|---|---|
committer | Paul LeoNerd Evans <leonerd@leonerd.org.uk> | 2008-02-10 17:34:05 +0000 |
commit | 96adbe9741bdc77d4f83242756d41187045fb172 (patch) | |
tree | be7f523eb9cd82327e255088b0f64f5f08262cc2 /Makefile | |
parent | 1e9eb3719a9a265720aee5e3c60858c4183e6327 (diff) | |
download | termo-96adbe9741bdc77d4f83242756d41187045fb172.tar.gz termo-96adbe9741bdc77d4f83242756d41187045fb172.tar.xz termo-96adbe9741bdc77d4f83242756d41187045fb172.zip |
Avoid use of GLib; use fixed-size internal arrays for CSI/SS3->keycode lookup
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 |