# HG changeset patch # User Atarwn Gard # Date 1760337446 -18000 # Node ID 77da93f91cbcd95be02ded8c20c1684241ca6228 # Parent 1d9dacd8fe552321c6bfc90cd47af1e54b47c89c i was wrong about this (Makefile) diff -r 1d9dacd8fe55 -r 77da93f91cbc Makefile --- a/Makefile Mon Oct 13 11:28:02 2025 +0500 +++ b/Makefile Mon Oct 13 11:37:26 2025 +0500 @@ -5,7 +5,7 @@ CFLAGS ?= -O3 -std=c99 -Wall -DVERSION=\"$(VERSION)\" PREFIX ?= /usr/local -build: config.h +$(TARGET): config.h $(CC) $(CFLAGS) gbwm.c -o $@ -lX11 -lXft -I/usr/include/freetype2/ -lXtst config.h: default.config.h