
22 Sep
2006
22 Sep
'06
12:08 p.m.
Author: ods15 Date: Fri Sep 22 12:08:40 2006 New Revision: 141 Modified: trunk/libnut/Makefile Log: update make clean to libnut.a Modified: trunk/libnut/Makefile ============================================================================== --- trunk/libnut/Makefile (original) +++ trunk/libnut/Makefile Fri Sep 22 12:08:40 2006 @@ -12,5 +12,6 @@ .c.o: priv.h nut.h ${CC} ${CFLAGS} $^ -c -o $@ + clean: - rm -f *\~ libnut.so *.o + rm -f *\~ libnut.so libnut.a *.o