[NUT-devel] [nut]: r141 - trunk/libnut/Makefile
ods15
subversion at mplayerhq.hu
Fri Sep 22 12:08:40 CEST 2006
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
More information about the NUT-devel
mailing list