.i3/Makefile

Sun, 21 May 2017 23:28:19 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Sun, 21 May 2017 23:28:19 -0400
changeset 574
3874b97048b0
parent 378
e13ba40f4533
permissions
-rw-r--r--

Move vundle install to func, switch to begin/end vundle interface

all: config status

config: config.d/*
	cat config.d/* > $@

status: status.d/*
	cat status.d/* > $@

clean:
	rm -f config status

.PHONY: clean

mercurial