svn path=/trunk/; revision=8931
This commit is contained in:
James Tabor 2004-03-31 03:34:42 +00:00
parent 3b1c2903f6
commit bc0cf4f9cf

View file

@ -1,4 +1,4 @@
# $Id: makefile,v 1.5 2004/03/31 03:33:48 jimtabor Exp $
# $Id: makefile,v 1.6 2004/03/31 03:34:42 jimtabor Exp $
PATH_TO_TOP = ../../..
@ -12,7 +12,7 @@ TARGET_DDKLIBS = class2.a
TARGET_OBJECTS = $(TARGET_NAME).o
TARGET_CFLAGS = -Wall
TARGET_CFLAGS = Werror -Wall
include $(PATH_TO_TOP)/rules.mak