aboutsummaryrefslogtreecommitdiff
path: root/2020/1/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '2020/1/Makefile')
-rw-r--r--2020/1/Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/2020/1/Makefile b/2020/1/Makefile
deleted file mode 100644
index 6ed5323..0000000
--- a/2020/1/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-.PHONY: solve.cs
-
-solve.exe: solve.cs
- @mcs $+
-
-clean:
- @rm -f solve.exe
-
-run: solve.exe
- @mono $+