add quickreport to Makefile
This commit is contained in:
parent
2fd37d0489
commit
cd34eed243
|
@ -1 +1 @@
|
|||
Subproject commit c8e81caf8a95ee689f7a2b37a7f4150e57175290
|
||||
Subproject commit c36f61c6a62d0292f3f0e2d0e629810222a118b7
|
|
@ -26,6 +26,7 @@ install_bins:
|
|||
install -d $(DESTDIR)$(bindir)
|
||||
install -m 755 ../quickget $(DESTDIR)$(bindir)
|
||||
install -m 755 ../quickemu $(DESTDIR)$(bindir)
|
||||
install -m 755 ../quickreport $(DESTDIR)$(bindir)
|
||||
install -m 755 ../chunkcheck $(DESTDIR)$(bindir)
|
||||
|
||||
install: install_bins install_docs
|
||||
|
@ -36,6 +37,7 @@ uninstall::
|
|||
rm -f $(DESTDIR)$(mandir)/man1/quickemu_conf.1
|
||||
rm -f $(DESTDIR)$(bindir)/quickget
|
||||
rm -f $(DESTDIR)$(bindir)/quickemu
|
||||
rm -f $(DESTDIR)$(bindir)/quickreport
|
||||
rm -f $(DESTDIR)$(bindir)/macrecovery
|
||||
rm -f $(DESTDIR)$(bindir)/chunkcheck
|
||||
|
||||
|
|
Loading…
Reference in New Issue