rules.mk: Add target echo_all

This commit is contained in:
Jan Lindemann 2002-01-29 22:31:09 +00:00 committed by Jan Lindemann
commit 70f2f9ad15

View file

@ -5,6 +5,9 @@
all: $(ALL)
echo_all:
@echo "$(ALL)"
all.done: $(PREREQ_DONE) all
touch $@