comparison Makefile.gen @ 93:7f9f6af26a65

Move -DTH_NO_DEFAULTS to Makefile.gen instead.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 07 May 2009 03:58:42 +0300
parents 9140c33296a8
children eaa524e153f9
comparison
equal deleted inserted replaced
92:638f88374e3e 93:7f9f6af26a65
1 CFLAGS+=-g -W -Wall -O2 1 CFLAGS+=-g -W -Wall -O2 -DTH_NO_DEFAULTS
2 COMP=$(CC) $(CFLAGS) 2 COMP=$(CC) $(CFLAGS)
3 3
4 # 4 #
5 # Objects 5 # Objects
6 # 6 #