.i3/Makefile@4a0d4c07b49e
.i3/Makefile
Sun, 01 Oct 2017 16:40:58 -0400
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Sun, 01 Oct 2017 16:40:58 -0400
- changeset 651
- 4a0d4c07b49e
- parent 378
-
e13ba40f4533
- permissions
- -rw-r--r--
use perltidy for equalprg if present
all: config status
config: config.d/*
cat config.d/* > $@
status: status.d/*
cat status.d/* > $@
clean:
rm -f config status
.PHONY: clean