Make clean now works properly.
This commit is contained in:
parent
4594e05b30
commit
b2e35e7e52
1
Makefile
1
Makefile
|
@ -55,3 +55,4 @@ ${RESAMPLEDIR}/libresample.a:
|
|||
|
||||
clean:
|
||||
rm -f vba ${OBJECTS} ${LIB}
|
||||
make -C ${RESAMPLEDIR} -f Make clean
|
||||
|
|
|
@ -5,3 +5,6 @@ Makefile:
|
|||
|
||||
libresample.a: Makefile
|
||||
make
|
||||
|
||||
clean: Makefile
|
||||
make clean
|
||||
|
|
Loading…
Reference in New Issue