Make clean now works properly.

This commit is contained in:
Nach 2007-11-14 18:39:30 +00:00
parent 4594e05b30
commit b2e35e7e52
2 changed files with 4 additions and 0 deletions

View File

@ -55,3 +55,4 @@ ${RESAMPLEDIR}/libresample.a:
clean:
rm -f vba ${OBJECTS} ${LIB}
make -C ${RESAMPLEDIR} -f Make clean

View File

@ -5,3 +5,6 @@ Makefile:
libresample.a: Makefile
make
clean: Makefile
make clean