.i3/Makefile

Wed, 22 Feb 2023 21:05:54 -0600

author
Meredith Howard <mhoward@roomag.org>
date
Wed, 22 Feb 2023 21:05:54 -0600
changeset 1047
7656dabe8a60
parent 378
e13ba40f4533
permissions
-rw-r--r--

actully, goneovim is wrong about its windows path

all: config status

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

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

clean:
	rm -f config status

.PHONY: clean

mercurial