From 0c9396c9f2e14c61f6082916df81e4251fa1d3ec Mon Sep 17 00:00:00 2001 From: BossCode45 Date: Tue, 23 Aug 2022 18:24:35 +1200 Subject: Fixed bug with negative width due to another bug in gaps calculation -_- --- makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'makefile') 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) -- cgit v1.2.3