.i3/Makefile

Wed, 03 Apr 2019 03:11:25 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Wed, 03 Apr 2019 03:11:25 -0400
changeset 752
bdbfa576e84f
parent 378
e13ba40f4533
permissions
-rw-r--r--

git likes to wait on hooks if you keep STD* open

all: config status

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

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

clean:
	rm -f config status

.PHONY: clean

mercurial