.i3/Makefile

Sun, 23 Oct 2016 01:01:01 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Sun, 23 Oct 2016 01:01:01 -0400
changeset 424
3f116b7f4d3e
parent 378
e13ba40f4533
permissions
-rw-r--r--

Add tabular maps

all: config status

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

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

clean:
	rm -f config status

.PHONY: clean

mercurial