mirror of
https://gitlab.com/drummyfish/anarch.git
synced 2024-11-14 21:15:05 -05:00
Fix FreeBSD compile script
This commit is contained in:
parent
4df44e2d47
commit
6abe7d7b0b
@ -34,6 +34,7 @@ This game got some attention on 4chan: [1](https://archive.li/Yzcwt), [2](https:
|
||||
- **Extremely portable**. So far ported to and tested on:
|
||||
- GNU/Linux PC: SDL, csfml, terminal (experimental), Linux framebuffer (experimental)
|
||||
- OpenBSD SDL
|
||||
- FreeBSD SDL
|
||||
- Winshit XP SDL
|
||||
- Browser
|
||||
- Pokitto (220 x 116, 48 MHz ARM, 36 KB RAM, 256 KB flash)
|
||||
|
2
make.sh
2
make.sh
@ -14,7 +14,7 @@ fi
|
||||
|
||||
clear; clear;
|
||||
|
||||
C_FLAGS='-x c -std=c99 -Wall -Wextra -pedantic -O3 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -o anarch'
|
||||
C_FLAGS='-std=c99 -Wall -Wextra -pedantic -O3 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -o anarch'
|
||||
|
||||
COMPILER='g++'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user