.i3/Makefile@3563a9c2a61e
.i3/Makefile
Tue, 25 Jul 2017 17:03:55 -0400
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Tue, 25 Jul 2017 17:03:55 -0400
- changeset 623
- 3563a9c2a61e
- parent 378
-
e13ba40f4533
- permissions
- -rw-r--r--
add extends/precedes chars, default nowrap
all: config status
config: config.d/*
cat config.d/* > $@
status: status.d/*
cat status.d/* > $@
clean:
rm -f config status
.PHONY: clean