aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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