Patch by Jonathon Wilson:
[reactos.git] / reactos / apps / tests / args / makefile
index fc2f3a8..d0cb815 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: makefile,v 1.15 2002/06/02 19:24:57 chorns Exp $
+# $Id: makefile,v 1.16 2003/11/14 17:13:14 weiden Exp $
 
 PATH_TO_TOP = ../../..
 
@@ -12,6 +12,8 @@ TARGET_NAME = args
 
 TARGET_OBJECTS = $(TARGET_NAME).o
 
+TARGET_CFLAGS = -Wall -Werror
+
 include $(PATH_TO_TOP)/rules.mak
 
 include $(TOOLS_PATH)/helper.mk