.i3/Makefile@8bf53485a2ae
.i3/Makefile
Wed, 31 May 2017 12:14:21 -0400
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Wed, 31 May 2017 12:14:21 -0400
- changeset 588
- 8bf53485a2ae
- parent 378
-
e13ba40f4533
- permissions
- -rw-r--r--
killing screen hacks
all: config status
config: config.d/*
cat config.d/* > $@
status: status.d/*
cat status.d/* > $@
clean:
rm -f config status
.PHONY: clean