summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorBossCode45 <human.cyborg42@gmail.com>2022-08-23 18:24:35 +1200
committerBossCode45 <human.cyborg42@gmail.com>2022-08-23 18:24:35 +1200
commit0c9396c9f2e14c61f6082916df81e4251fa1d3ec (patch)
treed75c77b16c52140a16436225449d68bc49db5189 /makefile
parent546f7d2518a86d43c9591e1e056cdf0f98c5f40a (diff)
downloadYATwm-0c9396c9f2e14c61f6082916df81e4251fa1d3ec.tar.gz
YATwm-0c9396c9f2e14c61f6082916df81e4251fa1d3ec.zip
Fixed bug with negative width due to another bug in gaps calculation -_-
Diffstat (limited to 'makefile')
-rw-r--r--makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/makefile b/makefile
index 63a8257..abd3e2b 100644
--- a/makefile
+++ b/makefile
@@ -5,7 +5,8 @@ all: YATwm
HEADERS = \
config.h \
- structs.h
+ structs.h \
+ util.h
SOURCES = \
main.cpp
OBJECTS = $(SOURCES:.cpp=.o)