aboutsummaryrefslogtreecommitdiff
path: root/2020/19/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '2020/19/Makefile')
-rw-r--r--2020/19/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/2020/19/Makefile b/2020/19/Makefile
index fc2ff1a..c88f7f9 100644
--- a/2020/19/Makefile
+++ b/2020/19/Makefile
@@ -6,5 +6,8 @@ solve.o: solve.c
clean:
@rm -f *.o
-run: solve.o
+run:
+ @node solve.js
+
+c: solve.o
@./solve.o