解决中断冲突
This commit is contained in:
@ -61,7 +61,7 @@ rule RERUN_CMAKE
|
||||
# Rule for cleaning all built files.
|
||||
|
||||
rule CLEAN
|
||||
command = "C:\Users\IRIS\AppData\Local\Programs\CLion 3\bin\ninja\win\x64\ninja.exe" $FILE_ARG -t clean $TARGETS
|
||||
command = C:\Users\IRIS\AppData\Local\Programs\CLION3~1\bin\ninja\win\x64\ninja.exe $FILE_ARG -t clean $TARGETS
|
||||
description = Cleaning all built files...
|
||||
|
||||
|
||||
@ -69,6 +69,6 @@ rule CLEAN
|
||||
# Rule for printing all primary targets available.
|
||||
|
||||
rule HELP
|
||||
command = "C:\Users\IRIS\AppData\Local\Programs\CLion 3\bin\ninja\win\x64\ninja.exe" -t targets
|
||||
command = C:\Users\IRIS\AppData\Local\Programs\CLION3~1\bin\ninja\win\x64\ninja.exe -t targets
|
||||
description = All primary targets available:
|
||||
|
||||
|
Reference in New Issue
Block a user