.i3/Makefile

Sun, 23 Oct 2016 00:28:50 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Sun, 23 Oct 2016 00:28:50 -0400
changeset 422
7b3ba9962a9d
parent 378
e13ba40f4533
permissions
-rw-r--r--

match gvim here too

all: config status

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

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

clean:
	rm -f config status

.PHONY: clean

mercurial