.i3/Makefile

Tue, 08 Nov 2016 01:44:19 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Tue, 08 Nov 2016 01:44:19 -0500
changeset 429
0c95a57f444d
parent 378
e13ba40f4533
permissions
-rw-r--r--

Remove stuff from general ctags that makes tag jumping harder

all: config status

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

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

clean:
	rm -f config status

.PHONY: clean

mercurial