.i3/Makefile

Sat, 10 Jun 2017 15:55:24 -0700

author
Meredith Howard <mhoward@roomag.org>
date
Sat, 10 Jun 2017 15:55:24 -0700
changeset 597
bcc7823e8991
parent 378
e13ba40f4533
permissions
-rw-r--r--

customize log color and format, simplify committemplate

all: config status

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

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

clean:
	rm -f config status

.PHONY: clean

mercurial