* Add a distclean target to remove config.h.
This commit is contained in:
parent
2f53a05727
commit
6561dc37cb
5
Makefile
5
Makefile
@ -43,7 +43,7 @@ TESTUPNPDESCGENOBJS = testupnpdescgen.o upnpdescgen.o
|
|||||||
|
|
||||||
EXECUTABLES = minidlna testupnpdescgen
|
EXECUTABLES = minidlna testupnpdescgen
|
||||||
|
|
||||||
.PHONY: all clean install depend
|
.PHONY: all clean distclean install depend
|
||||||
|
|
||||||
all: $(EXECUTABLES)
|
all: $(EXECUTABLES)
|
||||||
|
|
||||||
@ -52,6 +52,9 @@ clean:
|
|||||||
$(RM) $(EXECUTABLES)
|
$(RM) $(EXECUTABLES)
|
||||||
$(RM) testupnpdescgen.o
|
$(RM) testupnpdescgen.o
|
||||||
|
|
||||||
|
distclean: clean
|
||||||
|
$(RM) config.h
|
||||||
|
|
||||||
install: minidlna
|
install: minidlna
|
||||||
$(INSTALL) -d $(SBININSTALLDIR)
|
$(INSTALL) -d $(SBININSTALLDIR)
|
||||||
$(INSTALL) minidlna $(SBININSTALLDIR)
|
$(INSTALL) minidlna $(SBININSTALLDIR)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user