summaryrefslogtreecommitdiff
path: root/wiki/V3M_Eagle
AgeCommit message (Expand)Author
2019-12-09wiki: Porting V3M EagleKuninori Morimoto
tests recursive=all clean install all: $(recursive): @target=$@ ; \ for subdir in $(SUBDIRS); do \ echo "Making $$target in $$subdir" ; \ $(MAKE) -C $$subdir $$target; \ done