.i3/Makefile

changeset 378
e13ba40f4533
new file mode 100644
--- /dev/null
+++ b/.i3/Makefile
@@ -0,0 +1,12 @@
+all: config status
+
+config: config.d/*
+	cat config.d/* > $@
+
+status: status.d/*
+	cat status.d/* > $@
+
+clean:
+	rm -f config status
+
+.PHONY: clean

mercurial