aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2021-07-12 14:19:09 +0200
committerJohn Ankarström <john@ankarstrom.se>2021-07-12 14:19:09 +0200
commitdd6407b6c0e96c37d6bb3825e9f3f309167df77c (patch)
tree3b84f31c0bfca22559c60245e0080b3b19948cf2 /Makefile
parent25281507efa4407a70f86e5b35986ccd9f11b6fe (diff)
downloaddwim-dd6407b6c0e96c37d6bb3825e9f3f309167df77c.tar.gz
xchord: Fix bug
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 415b07f..6c701af 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,7 @@
BINDIR ?= /usr/local/bin
CFLAGS = -I/usr/X11R7/include
LDFLAGS = -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -lXi
+CFLAGS += -Wall -pedantic
xchord: xchord.c