aboutsummaryrefslogtreecommitdiff
path: root/2020/21/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '2020/21/Makefile')
-rw-r--r--2020/21/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/2020/21/Makefile b/2020/21/Makefile
new file mode 100644
index 0000000..ba180a0
--- /dev/null
+++ b/2020/21/Makefile
@@ -0,0 +1,7 @@
+.PHONY: solve.py
+
+clean:
+ @rm -f *.o
+
+run:
+ @node solve