.i3/Makefile

Tue, 23 May 2017 11:04:57 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Tue, 23 May 2017 11:04:57 -0400
changeset 583
e2c2404479d3
parent 378
e13ba40f4533
permissions
-rw-r--r--

move one more func

all: config status

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

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

clean:
	rm -f config status

.PHONY: clean

mercurial