.i3/Makefile

Wed, 06 Feb 2019 21:03:11 -0600

author
Meredith Howard <mhoward@roomag.org>
date
Wed, 06 Feb 2019 21:03:11 -0600
changeset 725
6ff8e3f73482
parent 378
e13ba40f4533
permissions
-rw-r--r--

switch from vundle to plug

all: config status

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

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

clean:
	rm -f config status

.PHONY: clean

mercurial