.i3/Makefile@f058603b86b6
.i3/Makefile
Thu, 31 Oct 2019 17:48:12 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Thu, 31 Oct 2019 17:48:12 -0500
- changeset 816
- f058603b86b6
- parent 378
-
e13ba40f4533
- permissions
- -rw-r--r--
bootstrap cpm and keep cpm updated, and plenv shims
all: config status
config: config.d/*
cat config.d/* > $@
status: status.d/*
cat status.d/* > $@
clean:
rm -f config status
.PHONY: clean