.i3/Makefile

Tue, 18 Jul 2017 21:34:12 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Tue, 18 Jul 2017 21:34:12 -0400
changeset 620
ce78d743489f
parent 378
e13ba40f4533
permissions
-rw-r--r--

housekeeping

all: config status

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

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

clean:
	rm -f config status

.PHONY: clean

mercurial