ICU-461.12.tar.gz
[apple/icu.git] / icuSources / samples / udata / Makefile
index 30927fc9860ad117027e9031885f9c90bfd4f9b0..525c6f9ebd0eceb26e36778736f7101c88bf41c0 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2000-2004 IBM, Inc. and others
+# Copyright (c) 2000-2010 IBM, Inc. and others
 # udata sample code
 # Usage:
 #  - configure, build, install ICU
@@ -28,7 +28,7 @@ OBJECTS1=reader.o
 OBJECTS2=writer.o
 OBJECTS=$(OBJECTS1) $(OBJECTS2)
 
-CLEANFILES=*~ $(TARGET).out
+CLEANFILES=*~ $(TARGET).out $(TARGET1).out $(TARGET2).out
 
 all: $(TARGET1) $(TARGET2)