.i3/Makefile

Tue, 13 Mar 2018 16:35:13 -0700

author
Meredith Howard <mhoward@roomag.org>
date
Tue, 13 Mar 2018 16:35:13 -0700
changeset 702
f817544836c7
parent 378
e13ba40f4533
permissions
-rw-r--r--

all vim builds are py3, but gundo doesn't autodetect

all: config status

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

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

clean:
	rm -f config status

.PHONY: clean

mercurial