From 147ee33b30d12cce8a1285f456a0ec9d9b31bb1b Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Tue, 1 Dec 2020 18:24:31 +0100 Subject: Added files for first day I wrote this in school, sorry for no documentation etc --- 2020/1/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 2020/1/Makefile (limited to '2020/1/Makefile') diff --git a/2020/1/Makefile b/2020/1/Makefile new file mode 100644 index 0000000..c678ba8 --- /dev/null +++ b/2020/1/Makefile @@ -0,0 +1,10 @@ +.PHONY: run.cs + +run.exe: run.cs + @mcs $+ + +clean: + @rm -f run.exe + +run: run.exe + @mono run.exe -- cgit v1.2.3