.i3/Makefile

Sat, 10 Jun 2017 16:19:12 -0700

author
Meredith Howard <mhoward@roomag.org>
date
Sat, 10 Jun 2017 16:19:12 -0700
changeset 598
1698d432a2eb
parent 378
e13ba40f4533
permissions
-rw-r--r--

add gh schemes, why not

all: config status

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

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

clean:
	rm -f config status

.PHONY: clean

mercurial