diff --git a/Makefile b/Makefile index c7d1343..db096f2 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ build: run: ifeq ($(OS),Windows_NT) - dir /b libs + dir libs copy .\libs\libcodex.dll . .\$(BIN_NAME) else