Skip to content
This repository was archived by the owner on Nov 11, 2024. It is now read-only.

Commit 3619ab4

Browse files
committed
Review feedback: Sort commands
1 parent 7fa59a8 commit 3619ab4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -197,12 +197,12 @@ $(addprefix bin/, $(deps)):
197197
bin/Mono.Debugging.dll
198198
$(CP) dep/debugger-libs/Mono.Debugging.Soft/bin/$(MODE)/Mono.Debugging.Soft.dll \
199199
bin/Mono.Debugging.Soft.dll
200+
$(CP) dep/debugger-libs/Mono.Debugging.Soft/bin/$(MODE)/Newtonsoft.Json.dll \
201+
bin/Newtonsoft.Json.dll
200202
$(CP) dep/debugger-libs/Mono.Debugging.Soft/bin/$(MODE)/System.Collections.Immutable.dll \
201203
bin/System.Collections.Immutable.dll
202204
$(CP) dep/debugger-libs/Mono.Debugging.Soft/bin/$(MODE)/System.Reflection.Metadata.dll \
203205
bin/System.Reflection.Metadata.dll
204-
$(CP) dep/debugger-libs/Mono.Debugging.Soft/bin/$(MODE)/Newtonsoft.Json.dll \
205-
bin/Newtonsoft.Json.dll
206206

207207
override srcs = \
208208
src/Options.cs \

0 commit comments

Comments
 (0)