.i3/Makefile

Fri, 22 Nov 2019 05:24:16 -0600

author
Meredith Howard <mhoward@roomag.org>
date
Fri, 22 Nov 2019 05:24:16 -0600
changeset 827
02630cc4d64a
parent 378
e13ba40f4533
permissions
-rw-r--r--

stop resizing on reload

all: config status

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

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

clean:
	rm -f config status

.PHONY: clean

mercurial