.i3/Makefile

Tue, 13 Jun 2017 11:01:17 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Tue, 13 Jun 2017 11:01:17 -0400
changeset 608
177dfb2889ab
parent 378
e13ba40f4533
permissions
-rw-r--r--

explicit chmod

all: config status

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

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

clean:
	rm -f config status

.PHONY: clean

mercurial