aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authoriamcheeseman <[hidden email]>2026-03-01 09:57:00 -0500
committeriamcheeseman <[hidden email]>2026-03-01 09:57:00 -0500
commitc5a9d10e55b15f128c7215d64bbd9e8161345e16 (patch)
tree5764b2d0372cb1750c9910d7b0026b6f29050cfe /Makefile
parent41175c11234c0a2a83257beb86694f3af129a689 (diff)
Create bar window
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 6fdd962..d8a6e66 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
CC=cc
-CFLAGS+=-std=c99 -pedantic -Wall -Wextra -O2
-LDFLAGS+=-lX11 -lxcb
+CFLAGS+=-std=c99 -pedantic -Wall -Wextra -O2 -I/usr/include/freetype2
+LDFLAGS+=-lX11 -lXft
TSAR_OUT=tsarbar