aboutsummaryrefslogtreecommitdiff
path: root/2020/1/Makefile
blob: c678ba8adbd066fe47b9e136dc411f95330b8ae5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
.PHONY: run.cs

run.exe: run.cs
	@mcs $+

clean:
	@rm -f run.exe

run: run.exe
	@mono run.exe