Skip to content

Commit 2c5d371

Browse files
committed
Debug windows
1 parent 1017a09 commit 2c5d371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ build:
3939
run:
4040
ifeq ($(OS),Windows_NT)
4141
dir libs
42-
copy .\libs\libcodex.dll .
42+
# copy .\libs\libcodex.dll .
4343
.\$(BIN_NAME)
4444
else
4545
./$(BIN_NAME)

0 commit comments

Comments
 (0)