Commit f8ef75f8 by Clifford Wolf

Update makefiles

Signed-off-by: Clifford Wolf <clifford@clifford.at>
parent 01897ebf
SUBDIRS = verific
all: $(addsuffix /.stamp,$(SUBDIRS))
touch .stamp
%/.stamp:
$(MAKE) -C $(dir $@)
clean:
+for subdir in $(SUBDIRS); do make -C $$subdir clean; done
rm -f .stamp
.PHONY: all clean
SUBDIRS = opers sva
all: $(addsuffix /.stamp,$(SUBDIRS))
touch .stamp
%/.stamp:
$(MAKE) -C $(dir $@)
clean:
+for subdir in $(SUBDIRS); do make -C $$subdir clean; done
rm -f .stamp
.PHONY: all clean
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment