diff options
author | Diego Biurrun <diego@biurrun.de> | 2006-10-04 14:02:42 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-10-04 14:02:42 +0000 |
commit | c55f606397fd797a1ee1bb431d9a0b1387924824 (patch) | |
tree | 36a13f05f049e25a095bc5c4c40815836c92a537 | |
parent | 69402a1073bf9a37b34b906cbd5d474acb249595 (diff) | |
download | ffmpeg-c55f606397fd797a1ee1bb431d9a0b1387924824.tar.gz |
Remove cs_test and swscale-example on clean.
Originally committed as revision 20040 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-rw-r--r-- | libswscale/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libswscale/Makefile b/libswscale/Makefile index 8eeb80d748..f75b791d1e 100644 --- a/libswscale/Makefile +++ b/libswscale/Makefile @@ -26,3 +26,6 @@ cs_test: cs_test.c swscale-example: swscale-example.c $(CC) $(CFLAGS) -o $@ $^ -L. -lswscale $(EXTRALIBS) + +clean:: + rm -f cs_test swscale-example |