.i3/Makefile@4865de0a8b7a
.i3/Makefile
Sat, 17 Dec 2016 23:47:41 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Sat, 17 Dec 2016 23:47:41 -0500
- changeset 450
- 4865de0a8b7a
- parent 378
-
e13ba40f4533
- permissions
- -rw-r--r--
sidescrolloff
all: config status
config: config.d/*
cat config.d/* > $@
status: status.d/*
cat status.d/* > $@
clean:
rm -f config status
.PHONY: clean