.i3/Makefile@490da8798a6a
.i3/Makefile
Tue, 28 Aug 2018 18:09:17 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Tue, 28 Aug 2018 18:09:17 -0500
- changeset 719
- 490da8798a6a
- parent 378
-
e13ba40f4533
- permissions
- -rw-r--r--
add bin/rb, from https://github.com/thisredone/rb
all: config status
config: config.d/*
cat config.d/* > $@
status: status.d/*
cat status.d/* > $@
clean:
rm -f config status
.PHONY: clean