.i3/Makefile

Sun, 30 Apr 2017 16:59:36 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Sun, 30 Apr 2017 16:59:36 -0400
changeset 553
3f1c2badefc5
parent 378
e13ba40f4533
permissions
-rw-r--r--

Drop guard

all: config status

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

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

clean:
	rm -f config status

.PHONY: clean

mercurial