.i3/Makefile

Tue, 06 Dec 2016 21:58:28 -0800

author
Meredith Howard <mhoward@roomag.org>
date
Tue, 06 Dec 2016 21:58:28 -0800
changeset 438
862d1e79b830
parent 378
e13ba40f4533
permissions
-rw-r--r--

add tmux-env

all: config status

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

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

clean:
	rm -f config status

.PHONY: clean

mercurial