Re-format as a package
[tt.git] / Makefile
diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..bced2e6
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,11 @@
+.PHONY: install
+install:
+       raco pkg install
+
+.PHONY: remove
+remove:
+       raco pkg remove tt
+
+.PHONY: clean
+clean:
+       rm -rf compiled
This page took 0.027334 seconds and 4 git commands to generate.