.i3/Makefile

Wed, 31 Aug 2016 16:47:08 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Wed, 31 Aug 2016 16:47:08 -0400
changeset 383
c14c440cda0f
parent 378
e13ba40f4533
permissions
-rw-r--r--

Add note about shebang for now

all: config status

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

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

clean:
	rm -f config status

.PHONY: clean

mercurial