summaryrefslogtreecommitdiff
path: root/.config/wmii-hg/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '.config/wmii-hg/Makefile')
-rw-r--r--.config/wmii-hg/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/.config/wmii-hg/Makefile b/.config/wmii-hg/Makefile
new file mode 100644
index 0000000..4ba64a3
--- /dev/null
+++ b/.config/wmii-hg/Makefile
@@ -0,0 +1,10 @@
+all: rbar_clock
+.PHONY: all
+
+%: %.go
+ go build -o $@ $<
+
+rbar_clock: rbar_util $(wildcard rbar_util/*)
+
+.SECONDARY:
+.DELETE_ON_ERROR: