.i3/Makefile@aa1b7e2ef1d9
.i3/Makefile
Tue, 08 Jun 2021 22:55:49 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Tue, 08 Jun 2021 22:55:49 -0500
- changeset 909
- aa1b7e2ef1d9
- parent 378
-
e13ba40f4533
- permissions
- -rw-r--r--
improve K bind and set remain-on-exit
all: config status
config: config.d/*
cat config.d/* > $@
status: status.d/*
cat status.d/* > $@
clean:
rm -f config status
.PHONY: clean