Mercurial > gbwm
changeset 10:77da93f91cbc default tip
i was wrong about this (Makefile)
author | Atarwn Gard <a@qwa.su> |
---|---|
date | Mon, 13 Oct 2025 11:37:26 +0500 |
parents | 1d9dacd8fe55 |
children | |
files | Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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