.i3/Makefile

Fri, 20 Aug 2021 01:45:40 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Fri, 20 Aug 2021 01:45:40 -0400
changeset 937
0b22685bc75c
parent 378
e13ba40f4533
permissions
-rw-r--r--

Disable weird stuff from polyglot, but keep a few

all: config status

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

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

clean:
	rm -f config status

.PHONY: clean

mercurial