.i3/Makefile

Sun, 23 Oct 2016 02:31:27 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Sun, 23 Oct 2016 02:31:27 -0400
changeset 425
e23906d13a57
parent 378
e13ba40f4533
permissions
-rw-r--r--

add method tab shortcut

all: config status

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

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

clean:
	rm -f config status

.PHONY: clean

mercurial