Skip to content

Commit

Permalink
fix: no error report when 'build' folder is already exists on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
NichtsHsu committed Feb 17, 2024
1 parent e489a9e commit a9e202e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ EXES = $(**:.cpp=.exe)

.SUFFIXES: .cpp .exe
all: tests\*.cpp
mkdir build
mkdir build -ea 0
$(MAKE) /f nmakefile $(EXES:tests=build)

{tests\}.cpp{build\}.exe:
Expand Down

0 comments on commit a9e202e

Please sign in to comment.