.i3/Makefile@ed01b5ca7b58
.i3/Makefile
Tue, 07 Mar 2017 15:24:38 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Tue, 07 Mar 2017 15:24:38 -0500
- changeset 528
- ed01b5ca7b58
- parent 378
-
e13ba40f4533
- permissions
- -rw-r--r--
Add a logout
all: config status
config: config.d/*
cat config.d/* > $@
status: status.d/*
cat status.d/* > $@
clean:
rm -f config status
.PHONY: clean