login

<     >

2014-11-08 16:05:12 (UTC-02:00)

Marcel Rodrigues <marcelgmr@gmail.com>

Simplify Makefile.

diff --git a/Makefile b/Makefile
index 887fea9..d85f1e6 100644
--- a/Makefile
+++ b/Makefile
@@ -1,14 +1,5 @@
 CLIBS = -lcurses
-GNU ?= 0
-ifeq ($(GNU), 1)
-    CFLAGS = -Wall -Wextra -Werror -std=c89
-    DEBUG ?= 0
-    ifeq ($(DEBUG), 1)
-        CFLAGS += -O0 -g
-    else
-        CFLAGS += -O2
-    endif
-endif
+CFLAGS = -Wall -Wextra -Werror -O2
 
 all : rover