.i3/Makefile

Sun, 22 Dec 2019 14:11:10 -0600

author
Meredith Howard <mhoward@roomag.org>
date
Sun, 22 Dec 2019 14:11:10 -0600
changeset 845
682c71a60aad
parent 378
e13ba40f4533
permissions
-rw-r--r--

Move log templates & colors to include file

all: config status

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

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

clean:
	rm -f config status

.PHONY: clean

mercurial