From 46814af3a323bb6ed046b3fa2946ac52d3c8064a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Higor=20Eur=C3=ADpedes?= Date: Tue, 10 Feb 2015 20:08:19 -0300 Subject: [PATCH] Remove standard specification from compiler invocation --- Makefile | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index b79ea50..8bd1f36 100644 --- a/Makefile +++ b/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 diff --git a/README.md b/README.md index 95b2ec7..a35c9af 100644 --- a/README.md +++ b/README.md @@ -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