.i3/Makefile@272ba799a19e
.i3/Makefile
Wed, 16 Jun 2021 12:21:26 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Wed, 16 Jun 2021 12:21:26 -0500
- changeset 910
- 272ba799a19e
- parent 378
-
e13ba40f4533
- permissions
- -rw-r--r--
perl syntax fixes maybe
all: config status
config: config.d/*
cat config.d/* > $@
status: status.d/*
cat status.d/* > $@
clean:
rm -f config status
.PHONY: clean