summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2019-06-05 19:34:49 -0400
committerrsiddharth <s@ricketyspace.net>2019-06-05 19:34:49 -0400
commit32860e6fc25625dca704c34c0dbf558ed5cd2504 (patch)
tree06b259c872858cf611b1b7f825a2c9ff746f9235
parent949ab9c5a1094dcba781e712a6672ea012becb67 (diff)
Add hn/Makefile
-rw-r--r--hn/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/hn/Makefile b/hn/Makefile
new file mode 100644
index 0000000..d425207
--- /dev/null
+++ b/hn/Makefile
@@ -0,0 +1,3 @@
+pkgs:
+ raco pkg install sxml
+.PHONY: pkgs