aboutsummaryrefslogtreecommitdiff
path: root/2020/3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '2020/3/Makefile')
-rw-r--r--2020/3/Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/2020/3/Makefile b/2020/3/Makefile
deleted file mode 100644
index 769d06d..0000000
--- a/2020/3/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-.PHONY: solve.c
-
-solve.o: solve.c
- @gcc $+ -o $@
-
-clean:
- @rm -f *.o
-
-run: solve.o
- @./solve.o