mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-25 12:50:32 +01:00
6 lines
68 B
Makefile
6 lines
68 B
Makefile
all: solution.exe
|
|
mono $<
|
|
|
|
solution.exe: solution.cs
|
|
mcs $< -o $@
|