Make clean now works properly.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@73 a31d4220-a93d-0410-bf67-fe4944624d44
This commit is contained in:
parent
116f18cded
commit
68b4ab9dc2
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