Skip to content

Commit

Permalink
fix conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Jul 15, 2024
1 parent c4669ef commit ba136cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csharp/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
BLUE=\033[0;34m
NC=\033[0m # No Color
COV?=false
ifeq (COV, true)
ifeq ($(COV),true)
cov_args= --collect:"XPlat Code Coverage"
else
cov_args=
Expand Down

0 comments on commit ba136cc

Please sign in to comment.