.i3/Makefile@a97d39955d73
.i3/Makefile
Sun, 18 Aug 2019 19:30:19 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Sun, 18 Aug 2019 19:30:19 -0500
- changeset 784
- a97d39955d73
- parent 378
-
e13ba40f4533
- permissions
- -rw-r--r--
add "alias" aliases
all: config status
config: config.d/*
cat config.d/* > $@
status: status.d/*
cat status.d/* > $@
clean:
rm -f config status
.PHONY: clean