.i3/Makefile@3b52e54e5979
.i3/Makefile
Thu, 24 Nov 2016 00:46:32 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Thu, 24 Nov 2016 00:46:32 -0500
- changeset 436
- 3b52e54e5979
- parent 378
-
e13ba40f4533
- permissions
- -rw-r--r--
lock down ssl settings, hide hostname and UA
all: config status
config: config.d/*
cat config.d/* > $@
status: status.d/*
cat status.d/* > $@
clean:
rm -f config status
.PHONY: clean