sowm

An itsy bitsy floating window manager (220~ sloc!).
git clone git://mfeller.io/sowm.git
Log | Files | Refs | README | LICENSE

commit a1c80d9b23dcf671cb8d0f8c366eb66391604bac
parent 0df345e1da10b989de4105c983bf968f68c29e0f
Author: Dylan Araps <dylan.araps@gmail.com>
Date:   Thu, 20 Feb 2020 18:40:29 +0200

sowm: Fix Makefile

Diffstat:
MMakefile | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile @@ -9,8 +9,8 @@ all: config.h sowm config.h: cp config.def.h config.h -sowm: sowm.o - $(CC) $(LDFLAGS) -O3 -o sowm sowm.c -lX11 +sowm: + $(CC) $(CFLAGS) $(LDFLAGS) -O3 -o sowm sowm.c -lX11 install: all install -Dm755 sowm $(DESTDIR)$(BINDIR)/sowm