mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Removing 'core*' in 'make clean'
This commit is contained in:
parent
a2c2926079
commit
0a92c13ff4
4
Makefile
4
Makefile
@ -4,7 +4,7 @@
|
|||||||
# See the main source file 'vdr.c' for copyright information and
|
# See the main source file 'vdr.c' for copyright information and
|
||||||
# how to reach the author.
|
# how to reach the author.
|
||||||
#
|
#
|
||||||
# $Id: Makefile 1.29 2002/01/13 16:57:27 kls Exp $
|
# $Id: Makefile 1.30 2002/02/01 14:40:09 kls Exp $
|
||||||
|
|
||||||
.DELETE_ON_ERROR:
|
.DELETE_ON_ERROR:
|
||||||
|
|
||||||
@ -105,7 +105,7 @@ $(DTVLIB) $(DTVDIR)/libdtv.h:
|
|||||||
clean:
|
clean:
|
||||||
make -C $(AC3DIR) clean
|
make -C $(AC3DIR) clean
|
||||||
make -C $(DTVDIR) clean
|
make -C $(DTVDIR) clean
|
||||||
-rm -f $(OBJS) $(DEPFILE) vdr genfontfile genfontfile.o core *~
|
-rm -f $(OBJS) $(DEPFILE) vdr genfontfile genfontfile.o core* *~
|
||||||
fontclean:
|
fontclean:
|
||||||
-rm -f fontfix.c fontosd.c
|
-rm -f fontfix.c fontosd.c
|
||||||
CLEAN: clean fontclean
|
CLEAN: clean fontclean
|
||||||
|
Loading…
x
Reference in New Issue
Block a user