.i3/Makefile

Sat, 10 Dec 2016 10:16:46 -0800

author
Meredith Howard <mhoward@roomag.org>
date
Sat, 10 Dec 2016 10:16:46 -0800
changeset 442
eefccfe398e9
parent 378
e13ba40f4533
permissions
-rw-r--r--

No need to scan pod, its tags aren't useful

all: config status

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

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

clean:
	rm -f config status

.PHONY: clean

mercurial