From 32860e6fc25625dca704c34c0dbf558ed5cd2504 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Wed, 5 Jun 2019 19:34:49 -0400 Subject: Add hn/Makefile --- hn/Makefile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 hn/Makefile 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 -- cgit v1.2.3