sowm

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

commit 5cc5d25823b09c57021d0226d6a698ab82d99028
parent 0e8cc9fe863d693bb615625423a2e433602de001
Author: Dylan Araps <dylan.araps@gmail.com>
Date:   Sun, 16 Feb 2020 13:38:57 +0200

Makefile: GNUisms

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

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