comparison rogue5/Makefile.in @ 116:97f8fdf9595c

Makefiles: don't set defaults for CFLAGS. CFLAGS is now empty by default. If its value must be set, it should be done in the command line for make.
author John "Elwin" Edwards
date Sat, 29 Mar 2014 09:45:33 -0700
parents fbc75509f4cd
children 3c0abb714974
comparison
equal deleted inserted replaced
115:1cf517d5d2a8 116:97f8fdf9595c
24 24
25 #CC=gcc 25 #CC=gcc
26 CC = @CC@ 26 CC = @CC@
27 27
28 #CFLAGS=-O2 28 #CFLAGS=-O2
29 CFLAGS= @CFLAGS@ 29 CFLAGS=
30 30
31 #LIBS=-lcurses 31 #LIBS=-lcurses
32 LIBS = @LIBS@ 32 LIBS = @LIBS@
33 33
34 #RM=rm -f 34 #RM=rm -f