.i3/Makefile@09aadfdbc7dd
.i3/Makefile
Sat, 03 Jul 2021 02:40:31 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Sat, 03 Jul 2021 02:40:31 -0500
- changeset 918
- 09aadfdbc7dd
- parent 378
-
e13ba40f4533
- permissions
- -rw-r--r--
fsck sucks without these. i'm so tired. git please
all: config status
config: config.d/*
cat config.d/* > $@
status: status.d/*
cat status.d/* > $@
clean:
rm -f config status
.PHONY: clean