aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c7b8cb6..b204bbf 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ CC ?= gcc
all: kirc
kirc: kirc.o Makefile
- $(CC) $(CFLAGS) -o $@ $@.o -lX11 $(LDFLAGS)
+ $(CC) $(CFLAGS) -o $@ $@.o $(LDFLAGS)
.c.o:
$(CC) $(CPPFLAGS) $(CFLAGS) -c -o $@ $<