.i3/Makefile

Wed, 19 Oct 2016 13:30:37 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Wed, 19 Oct 2016 13:30:37 -0400
changeset 421
7e56d9610769
parent 378
e13ba40f4533
permissions
-rw-r--r--

Disable strict threads

all: config status

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

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

clean:
	rm -f config status

.PHONY: clean

mercurial