Remove standard specification from compiler invocation

This commit is contained in:
Higor Eurípedes 2015-02-10 20:08:19 -03:00
parent c4a446857d
commit 46814af3a3
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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