Mercurial > mplayer.hg
comparison vidix/Makefile @ 17488:ce1ba8fd57e7
Make clean/distclean behave uniformly in all directories.
author | diego |
---|---|
date | Fri, 27 Jan 2006 00:06:42 +0000 |
parents | 3c6a2b6437df |
children | ac071d4aafd2 |
comparison
equal
deleted
inserted
replaced
17487:fa17424b4c7b | 17488:ce1ba8fd57e7 |
---|---|
25 | 25 |
26 clean: | 26 clean: |
27 rm -f *.o *.a *~ | 27 rm -f *.o *.a *~ |
28 $(DO_MAKE) | 28 $(DO_MAKE) |
29 | 29 |
30 distclean: | 30 distclean: clean |
31 rm -f test *.o *.a *~ .depend | 31 rm -f .depend test |
32 $(DO_MAKE) | 32 $(DO_MAKE) |
33 | 33 |
34 dep: depend | 34 dep: depend |
35 $(DO_MAKE) | 35 $(DO_MAKE) |
36 | 36 |