.i3/Makefile

Thu, 23 Feb 2023 12:58:13 -0600

author
Meredith Howard <mhoward@roomag.org>
date
Thu, 23 Feb 2023 12:58:13 -0600
changeset 1048
06ff90b09389
parent 378
e13ba40f4533
permissions
-rw-r--r--

Just use illuminate default

all: config status

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

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

clean:
	rm -f config status

.PHONY: clean

mercurial