.i3/Makefile

Mon, 23 Aug 2021 16:28:04 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Mon, 23 Aug 2021 16:28:04 -0400
changeset 942
1d3b41412cf6
parent 378
e13ba40f4533
permissions
-rw-r--r--

improve tabular patterns

all: config status

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

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

clean:
	rm -f config status

.PHONY: clean

mercurial