diff TOOLS/subfont-c/Makefile @ 1473:e5e6c26c1aa1

using OPTFLAGS and CC from config.mak
author arpi
date Thu, 09 Aug 2001 18:40:06 +0000
parents 2c7b0478db0c
children 842c29861e25
line wrap: on
line diff
--- a/TOOLS/subfont-c/Makefile	Thu Aug 09 18:39:43 2001 +0000
+++ b/TOOLS/subfont-c/Makefile	Thu Aug 09 18:40:06 2001 +0000
@@ -8,10 +8,10 @@
 
 fontsize=20
 
+include ../../config.mak
 
 LDLIBS=-lm $(shell freetype-config --libs)
-CFLAGS=-O3 $(shell freetype-config --cflags)
-
+CFLAGS=$(OPTFLAGS) $(shell freetype-config --cflags)
 
 subfont:	subfont.o