mirror of
https://gitlab.com/drummyfish/anarch.git
synced 2024-12-21 23:08:49 -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:
|
- **Extremely portable**. So far ported to and tested on:
|
||||||
- GNU/Linux PC: SDL, csfml, terminal (experimental), Linux framebuffer (experimental)
|
- GNU/Linux PC: SDL, csfml, terminal (experimental), Linux framebuffer (experimental)
|
||||||
- OpenBSD SDL
|
- OpenBSD SDL
|
||||||
|
- FreeBSD SDL
|
||||||
- Winshit XP SDL
|
- Winshit XP SDL
|
||||||
- Browser
|
- Browser
|
||||||
- Pokitto (220 x 116, 48 MHz ARM, 36 KB RAM, 256 KB flash)
|
- 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;
|
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++'
|
COMPILER='g++'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user