.i3/Makefile@7f6a94dd56ee
.i3/Makefile
Fri, 05 May 2023 13:18:42 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Fri, 05 May 2023 13:18:42 -0500
- changeset 1111
- 7f6a94dd56ee
- parent 378
-
e13ba40f4533
- permissions
- -rw-r--r--
add direnv stub
all: config status
config: config.d/*
cat config.d/* > $@
status: status.d/*
cat status.d/* > $@
clean:
rm -f config status
.PHONY: clean