Skip to content

Commit

Permalink
Fix windows msvc build
Browse files Browse the repository at this point in the history
  • Loading branch information
tairov committed Jul 27, 2023
1 parent 76843a7 commit 452e631
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 452e631

Please sign in to comment.