.i3/Makefile

Fri, 18 May 2018 12:10:39 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Fri, 18 May 2018 12:10:39 -0400
changeset 708
3c51616458c8
parent 378
e13ba40f4533
permissions
-rw-r--r--

Include cpanm here

all: config status

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

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

clean:
	rm -f config status

.PHONY: clean

mercurial