.i3/Makefile

Sun, 12 Mar 2023 03:18:04 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Sun, 12 Mar 2023 03:18:04 -0500
changeset 1081
59e05e03851d
parent 378
e13ba40f4533
permissions
-rw-r--r--

unlazy indent-blankline.nvim, weird errors

all: config status

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

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

clean:
	rm -f config status

.PHONY: clean

mercurial