comparison srogue/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 a666e4a034ed
comparison
equal deleted inserted replaced
115:1cf517d5d2a8 116:97f8fdf9595c
40 trader.c weapons.c wizard.c xcrypt.c 40 trader.c weapons.c wizard.c xcrypt.c
41 41
42 MISC= Makefile LICENSE.TXT rogue.nr 42 MISC= Makefile LICENSE.TXT rogue.nr
43 43
44 CC = gcc 44 CC = gcc
45 CFLAGS= -g 45 CFLAGS=
46 CPPFLAGS=@DEFS@ 46 CPPFLAGS=@DEFS@
47 CRLIB = -lcurses 47 CRLIB = -lcurses
48 RM = rm -f 48 RM = rm -f
49 TAR = tar 49 TAR = tar
50 INSTALL=@INSTALL@ 50 INSTALL=@INSTALL@