mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 19:43:32 +00:00
12 lines
408 B
Makefile
12 lines
408 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/decode \
|
|
o/$(MODE)/tool/hash \
|
|
o/$(MODE)/tool/lambda \
|
|
o/$(MODE)/tool/plinko \
|
|
o/$(MODE)/tool/net \
|
|
o/$(MODE)/tool/viz
|