.i3/Makefile@9a87ce42aa3c
.i3/Makefile
Wed, 23 Aug 2017 01:18:37 -0400
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Wed, 23 Aug 2017 01:18:37 -0400
- changeset 632
- 9a87ce42aa3c
- parent 378
-
e13ba40f4533
- permissions
- -rw-r--r--
getcmdpos is cursor position in expr mode here, wont work
all: config status
config: config.d/*
cat config.d/* > $@
status: status.d/*
cat status.d/* > $@
clean:
rm -f config status
.PHONY: clean