commit d41dea1012db6fe7ea90ac1c709762018dc15b14 from: Marcel Rodrigues date: Sat Nov 08 18:05:12 2014 UTC Simplify Makefile. commit - cffb52c69ab785c2b868acbb13761763560e0045 commit + d41dea1012db6fe7ea90ac1c709762018dc15b14 blob - 887fea93cac29cc2886242acd5944d662a92fc4e blob + d85f1e636143b57f9cd089cdf2460674409d1ea6 --- Makefile +++ 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