mirror of
https://github.com/libretro/nanoarch.git
synced 2024-11-23 00:39:46 +00:00
Remove standard specification from compiler invocation
This commit is contained in:
parent
c4a446857d
commit
46814af3a3
2
Makefile
2
Makefile
@ -1,6 +1,6 @@
|
||||
target := nanoarch
|
||||
sources := nanoarch.c
|
||||
CFLAGS := -std=c99 -Wall -O2 -g
|
||||
CFLAGS := -Wall -O2 -g
|
||||
LFLAGS := -static-libgcc
|
||||
LIBS := -ldl
|
||||
packages := gl glew glfw3 alsa
|
||||
|
@ -7,8 +7,8 @@ no UI or configuration support.
|
||||
|
||||
## Building
|
||||
|
||||
Other than a working C99 compiler (nanoarch.c is compilable as C++ too), you'll
|
||||
need alsa and glfw development files installed.
|
||||
Other than `make`, `pkg-config` and a working C99 or C++ compiler, you'll need
|
||||
`alsa` and `glfw` development files installed.
|
||||
|
||||
## Running
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user