mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-15 06:58:16 +00:00
add dvi target
This commit is contained in:
parent
5a144d130f
commit
64d9abf40d
@ -225,10 +225,10 @@ TARGET_FLAGS_TO_PASS = \
|
||||
# The first rule in the file had better be this one. Don't put any above it.
|
||||
all: $(ALL)
|
||||
|
||||
.PHONY: all info install-info clean-info distclean mostlyclean realclean
|
||||
.PHONY: all info install-info dvi clean-info distclean mostlyclean realclean
|
||||
.NOEXPORT:
|
||||
|
||||
info check clean-info distclean mostlyclean realclean:
|
||||
info check clean-info dvi distclean mostlyclean realclean:
|
||||
@rootme=`pwd` ; export rootme ; \
|
||||
$(MAKE) $(FLAGS_TO_PASS) DO=info "DODIRS=$(SUBDIRS)" subdir_do
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user