This is a maintenance fork
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
#-*-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
|