.i3/Makefile@e13ba40f4533
.i3/Makefile
Tue, 30 Aug 2016 18:15:03 -0400
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Tue, 30 Aug 2016 18:15:03 -0400
- changeset 378
- e13ba40f4533
- permissions
- -rw-r--r--
Break i3 and i3status configs into component files, to make local mods easier maybe
all: config status
config: config.d/*
cat config.d/* > $@
status: status.d/*
cat status.d/* > $@
clean:
rm -f config status
.PHONY: clean