.i3/Makefile@0305d79486fa
.i3/Makefile
Mon, 10 Jul 2017 18:32:17 -0400
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Mon, 10 Jul 2017 18:32:17 -0400
- changeset 618
- 0305d79486fa
- parent 378
-
e13ba40f4533
- permissions
- -rw-r--r--
Get rid of modified f-keys
all: config status
config: config.d/*
cat config.d/* > $@
status: status.d/*
cat status.d/* > $@
clean:
rm -f config status
.PHONY: clean