.i3/Makefile@fed7d34cdfff
.i3/Makefile
Thu, 24 Jun 2021 12:47:29 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Thu, 24 Jun 2021 12:47:29 -0500
- changeset 916
- fed7d34cdfff
- parent 378
-
e13ba40f4533
- permissions
- -rw-r--r--
fixup, add orphan
all: config status
config: config.d/*
cat config.d/* > $@
status: status.d/*
cat status.d/* > $@
clean:
rm -f config status
.PHONY: clean