Skip to content

Commit 5c43d5c

Browse files
committed
BUILD.md: Add missing SYSTEM=WINDOWS from Windows instructions
1 parent cd1ad36 commit 5c43d5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BUILD.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ directory (the one containing this file; your Windows drives can be accessed
4040
at `/c`, `/d` etc.) and run
4141
4242
```
43-
make bin/brogue.exe
43+
make SYSTEM=WINDOWS bin/brogue.exe
4444
```
4545
4646
2. Optional: You can now run the game by running `cd bin; ./brogue.exe`.

0 commit comments

Comments
 (0)