.i3/Makefile@cd5b3906e687
.i3/Makefile
Wed, 19 Apr 2017 15:27:47 -0400
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Wed, 19 Apr 2017 15:27:47 -0400
- changeset 545
- cd5b3906e687
- parent 378
-
e13ba40f4533
- permissions
- -rw-r--r--
add fallbacks for when make isn't around yet
all: config status
config: config.d/*
cat config.d/* > $@
status: status.d/*
cat status.d/* > $@
clean:
rm -f config status
.PHONY: clean