Index: src_3rd/libucdf/Makefile =================================================================== --- src_3rd/libucdf/Makefile (revision 36976) +++ src_3rd/libucdf/Makefile (revision 36977) @@ -5,3 +5,6 @@ tester.o: tester.c ucdf.h ucdf.o: ucdf.c ucdf.h + +clean: + -rm ucdf.o tester.o tester