.i3/Makefile@b7d88feee303
.i3/Makefile
Mon, 20 Feb 2023 15:15:50 -0600
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Mon, 20 Feb 2023 15:15:50 -0600
- changeset 1040
- b7d88feee303
- parent 378
-
e13ba40f4533
- permissions
- -rw-r--r--
fvim's font rendering is small for some reason.
all: config status
config: config.d/*
cat config.d/* > $@
status: status.d/*
cat status.d/* > $@
clean:
rm -f config status
.PHONY: clean