.i3/Makefile@58f9d9741852
.i3/Makefile
Tue, 12 Nov 2019 16:23:27 -0600
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Tue, 12 Nov 2019 16:23:27 -0600
- changeset 819
- 58f9d9741852
- parent 378
-
e13ba40f4533
- permissions
- -rw-r--r--
actually run cpm to make sure it's not a stub
all: config status
config: config.d/*
cat config.d/* > $@
status: status.d/*
cat status.d/* > $@
clean:
rm -f config status
.PHONY: clean