mirror of
https://github.com/dcronqvist/DotTiled.git
synced 2025-05-08 19:16:03 +03:00
Getting further with the json support
This commit is contained in:
parent
5626614acd
commit
1168917c23
38 changed files with 1072 additions and 269 deletions
9
Makefile
9
Makefile
|
@ -0,0 +1,9 @@
|
|||
test:
|
||||
dotnet test
|
||||
|
||||
.PHONY: benchmark
|
||||
benchmark: DotTiled.Benchmark/BenchmarkDotNet.Artifacts/results/MyBenchmarks.MapLoading-report-github.md
|
||||
|
||||
BENCHMARK_SOURCES = DotTiled.Benchmark/Program.cs
|
||||
DotTiled.Benchmark/BenchmarkDotNet.Artifacts/results/MyBenchmarks.MapLoading-report-github.md: $(BENCHMARK_SOURCES)
|
||||
dotnet run --project DotTiled.Benchmark/DotTiled.Benchmark.csproj -c Release
|
Loading…
Add table
Add a link
Reference in a new issue