Files
foc/l4/tool/Makefile
2017-05-02 15:25:27 +02:00

12 lines
248 B
Makefile

L4DIR ?= ..
TARGET := $(wildcard gendep elf-patcher)
TARGET_doc := $(wildcard gendep)
all::
doc:
$(if $(TARGET_doc), $(VERBOSE)set -e ; for d in $(TARGET_doc) ; do \
PWD=$(PWD)/$$d $(MAKE) -C $$d $@ ; done )
include $(L4DIR)/mk/subdir.mk