.i3/Makefile

Mon, 07 Mar 2022 22:57:44 -0600

author
Meredith Howard <mhoward@roomag.org>
date
Mon, 07 Mar 2022 22:57:44 -0600
changeset 984
9c7c452cc87f
parent 378
e13ba40f4533
permissions
-rw-r--r--

Remove vim-lsp workaround

all: config status

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

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

clean:
	rm -f config status

.PHONY: clean

mercurial