aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaul LeoNerd Evans <leonerd@leonerd.org.uk>2008-02-10 17:34:05 +0000
committerPaul LeoNerd Evans <leonerd@leonerd.org.uk>2008-02-10 17:34:05 +0000
commit96adbe9741bdc77d4f83242756d41187045fb172 (patch)
treebe7f523eb9cd82327e255088b0f64f5f08262cc2 /Makefile
parent1e9eb3719a9a265720aee5e3c60858c4183e6327 (diff)
downloadtermo-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--Makefile3
1 files changed, 0 insertions, 3 deletions
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