.i3/Makefile

Tue, 28 Feb 2017 03:04:07 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Tue, 28 Feb 2017 03:04:07 -0500
changeset 527
1723448e286b
parent 378
e13ba40f4533
permissions
-rw-r--r--

Get some vimperator stuff too

all: config status

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

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

clean:
	rm -f config status

.PHONY: clean

mercurial