.i3/Makefile

Sun, 20 Oct 2019 00:16:50 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Sun, 20 Oct 2019 00:16:50 -0500
changeset 810
de41d00d8344
parent 378
e13ba40f4533
permissions
-rw-r--r--

switch from gundo to undotree

all: config status

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

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

clean:
	rm -f config status

.PHONY: clean

mercurial