.i3/Makefile@222bbbc217cc
.i3/Makefile
Mon, 20 Jan 2025 14:06:36 -0600
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Mon, 20 Jan 2025 14:06:36 -0600
- changeset 1182
- 222bbbc217cc
- parent 378
-
e13ba40f4533
- permissions
- -rw-r--r--
Limit mise concurrency
all: config status
config: config.d/*
cat config.d/* > $@
status: status.d/*
cat status.d/* > $@
clean:
rm -f config status
.PHONY: clean