.i3/Makefile

Wed, 12 May 2021 22:46:20 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Wed, 12 May 2021 22:46:20 -0500
changeset 905
14c2238488ce
parent 378
e13ba40f4533
permissions
-rw-r--r--

reinstate go format-on-write

all: config status

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

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

clean:
	rm -f config status

.PHONY: clean

mercurial