.i3/Makefile@f5eebdfe54e4
.i3/Makefile
Wed, 06 Feb 2019 21:07:01 -0600
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Wed, 06 Feb 2019 21:07:01 -0600
- changeset 726
- f5eebdfe54e4
- parent 378
-
e13ba40f4533
- permissions
- -rw-r--r--
add pear-tree
all: config status
config: config.d/*
cat config.d/* > $@
status: status.d/*
cat status.d/* > $@
clean:
rm -f config status
.PHONY: clean