.i3/Makefile@a5b3b7b6850c
.i3/Makefile
Mon, 10 Aug 2020 17:51:44 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Mon, 10 Aug 2020 17:51:44 -0500
- changeset 881
- a5b3b7b6850c
- parent 378
-
e13ba40f4533
- permissions
- -rw-r--r--
mergetool fixes
all: config status
config: config.d/*
cat config.d/* > $@
status: status.d/*
cat status.d/* > $@
clean:
rm -f config status
.PHONY: clean