.i3/Makefile

Sun, 02 Apr 2017 04:57:14 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Sun, 02 Apr 2017 04:57:14 -0400
changeset 539
911b3929f162
parent 378
e13ba40f4533
permissions
-rw-r--r--

force tty for pinentry

all: config status

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

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

clean:
	rm -f config status

.PHONY: clean

mercurial