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