.i3/Makefile@a4f19f325dea
.i3/Makefile
Fri, 06 May 2022 06:33:41 -0400
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Fri, 06 May 2022 06:33:41 -0400
- changeset 990
- a4f19f325dea
- parent 378
-
e13ba40f4533
- permissions
- -rw-r--r--
Switch to stubexec, handle user_dir install
all: config status
config: config.d/*
cat config.d/* > $@
status: status.d/*
cat status.d/* > $@
clean:
rm -f config status
.PHONY: clean