sowm

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

commit 2c3c353d7470706cb3c0b8c5d46f0857a00d997a
parent 69f2c71fb7a0d5e50f970385392b772097061450
Author: Dylan Araps <dylan.araps@gmail.com>
Date:   Thu, 23 Jan 2020 17:03:56 +0200

docs: update

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

diff --git a/Makefile b/Makefile @@ -1,9 +1,8 @@ -CFLAGS += -std=c99 -Wall -Wextra -pedantic +CFLAGS += -std=c99 -Wall -Wextra -pedantic -Wold-style-declaration CFLAGS += -Wmissing-prototypes -Wno-unused-parameter PREFIX ?= /usr BINDIR ?= $(PREFIX)/bin - -CC ?= gcc +CC ?= gcc all: config.h sowm @@ -14,7 +13,7 @@ sowm: sowm.o $(CC) $(LDFLAGS) -O3 -o $@ $+ -lX11 install: all - install -Dm 755 sowm $(DESTDIR)$(BINDIR)/sowm + install -Dm755 sowm $(DESTDIR)$(BINDIR)/sowm clean: rm -f sowm *.o