.i3/Makefile

Wed, 14 Mar 2018 11:18:34 -0700

author
Meredith Howard <mhoward@roomag.org>
date
Wed, 14 Mar 2018 11:18:34 -0700
changeset 703
cce8cf3118c5
parent 378
e13ba40f4533
permissions
-rw-r--r--

add ddp config toggles

all: config status

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

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

clean:
	rm -f config status

.PHONY: clean

mercurial