.i3/Makefile@a8caf462bfc0
.i3/Makefile
Sat, 11 Feb 2017 18:00:42 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Sat, 11 Feb 2017 18:00:42 -0500
- changeset 513
- a8caf462bfc0
- parent 378
-
e13ba40f4533
- permissions
- -rw-r--r--
Fix prompt in non-repo dirs
all: config status
config: config.d/*
cat config.d/* > $@
status: status.d/*
cat status.d/* > $@
clean:
rm -f config status
.PHONY: clean