.i3/Makefile

Wed, 31 May 2017 22:01:54 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Wed, 31 May 2017 22:01:54 -0400
changeset 593
3fad96b2c28f
parent 378
e13ba40f4533
permissions
-rw-r--r--

Allow forwarding for roomag

all: config status

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

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

clean:
	rm -f config status

.PHONY: clean

mercurial