Skip to content

Commit

Permalink
Minor nmake clean fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
theComputeKid committed Jun 3, 2023
1 parent 48b452c commit 177b689
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ $(PREMAKE_OUT):
@cd vendor\premake-core && $(MAKE) -nologo -f Bootstrap.mak windows PLATFORM=x64

clean:
@del /s /q $(PREMAKE_OUT)
@rmdir /s /q test\out
@if exist $(PREMAKE_OUT) del /s /q $(PREMAKE_OUT)
@if exist test\out rmdir /s /q test\out

0 comments on commit 177b689

Please sign in to comment.