Files
moslab-code/src/l4/tool/Makefile
2025-09-12 15:55:45 +02:00

12 lines
242 B
Makefile

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