.i3/Makefile

Tue, 02 May 2017 10:36:08 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Tue, 02 May 2017 10:36:08 -0400
changeset 560
e29b421c22b7
parent 378
e13ba40f4533
permissions
-rw-r--r--

collapse_all added a bit back

all: config status

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

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

clean:
	rm -f config status

.PHONY: clean

mercurial