Patch by Jonathon Wilson:
[reactos.git] / reactos / apps / tests / eventpair / makefile
index 40c0394..2828459 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: makefile,v 1.1 2003/09/10 06:12:21 vizzini Exp $
+# $Id: makefile,v 1.2 2003/11/14 17:13:17 weiden Exp $
 
 PATH_TO_TOP = ../../..
 
@@ -14,6 +14,8 @@ TARGET_SDKLIBS = ntdll.a
 
 TARGET_OBJECTS = $(TARGET_NAME).o
 
+TARGET_CFLAGS = -Wall -Werror
+
 include $(PATH_TO_TOP)/rules.mak
 
 include $(TOOLS_PATH)/helper.mk