Skip to content

Commit

Permalink
add build rules for premake-core submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
theComputeKid committed Sep 3, 2022
1 parent 7cc5f2d commit 453a65b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#* Makefile to build premake-core for tests on windows
PREMAKE_OUT = vendor\premake-core\bin\release\premake5.exe

$(PREMAKE_OUT):
@cd vendor\premake-core && $(MAKE) -nologo -f Bootstrap.mak windows PLATFORM=x64

0 comments on commit 453a65b

Please sign in to comment.