.i3/Makefile@cf73e0ff4258
.i3/Makefile
Thu, 12 Mar 2020 11:05:42 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Thu, 12 Mar 2020 11:05:42 -0500
- changeset 852
- cf73e0ff4258
- parent 378
-
e13ba40f4533
- permissions
- -rw-r--r--
Try 'cpm' before 'cpanm'
all: config status
config: config.d/*
cat config.d/* > $@
status: status.d/*
cat status.d/* > $@
clean:
rm -f config status
.PHONY: clean