14 lines
425 B
Makefile
14 lines
425 B
Makefile
#-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐
|
|
#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘
|
|
|
|
.PHONY: o/$(MODE)/tool
|
|
o/$(MODE)/tool: \
|
|
o/$(MODE)/tool/build \
|
|
o/$(MODE)/tool/calc \
|
|
o/$(MODE)/tool/decode \
|
|
o/$(MODE)/tool/hash \
|
|
o/$(MODE)/tool/net \
|
|
o/$(MODE)/tool/tags \
|
|
o/$(MODE)/tool/viz \
|
|
o/$(MODE)/tool/cc
|