.i3/Makefile

Tue, 25 Jul 2017 17:43:17 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Tue, 25 Jul 2017 17:43:17 -0400
changeset 625
dd23d3a0b72c
parent 378
e13ba40f4533
permissions
-rw-r--r--

less awkward map

all: config status

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

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

clean:
	rm -f config status

.PHONY: clean

mercurial