diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a0764791a..70ea521aa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -92,6 +92,6 @@ jobs: - name: Build ${{ matrix.arch }} continue-on-error: true - id: make_build + id: build_msvc run: | - make windowscl + build_msvc.bat diff --git a/Makefile b/Makefile index 772b9fbd2..98e80658a 100644 --- a/Makefile +++ b/Makefile @@ -36,10 +36,6 @@ runomp: run.c win64: x86_64-w64-mingw32-gcc-win32 -Ofast -D_WIN32 -o run.exe -I. run.c win.c -.PHONY: windowscl -windowscl: run.c - cl.exe run.c - .PHONY: clean clean: rm -f run