]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/samples/ugrep/Makefile
ICU-461.12.tar.gz
[apple/icu.git] / icuSources / samples / ugrep / Makefile
index d214ba74f3f52ceb5668d1d891041299843346c0..a0129ab053851d36ae782833bd36b7cb4d58529b 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2000-2002 IBM, Inc. and others
+# Copyright (c) 2000-2010 IBM, Inc. and others
 # sample code makefile
 
 # Usage:
@@ -14,6 +14,8 @@ TARGET=ugrep
 # All object files (C or C++)
 OBJECTS=ugrep.o
 
+CHECK_ARGS=BOM readme.txt
+
 #### rules
 # Load in standard makefile definitions
 include ../defs.mk