.i3/Makefile

Mon, 03 Jul 2017 12:37:33 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Mon, 03 Jul 2017 12:37:33 -0400
changeset 616
6c094ff1cb87
parent 378
e13ba40f4533
permissions
-rw-r--r--

move ~/bin into zshenv

all: config status

config: config.d/*
	cat config.d/* > $@

status: status.d/*
	cat status.d/* > $@

clean:
	rm -f config status

.PHONY: clean

mercurial