5 lines
35 B
Makefile
5 lines
35 B
Makefile
|
all : build
|
||
|
|
||
|
build:
|
||
|
dotnet build
|