mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 11:37:35 +00:00
3a8e01a77a
Somehow or another, I previously had missed `BUILD.mk` files. In the process I found a few straggler cases where the modeline was different from the file, including one very involved manual fix where a file had been treated like it was ts=2 and ts=8 on separate occasions. The commit history in the PR shows the gory details; the BUILD.mk was automated, everything else was mostly manual.
13 lines
423 B
Makefile
13 lines
423 B
Makefile
#-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐
|
|
#── vi: set noet ft=make ts=8 sw=8 fenc=utf-8 :vi ────────────────────┘
|
|
|
|
.PHONY: o/$(MODE)/tool
|
|
o/$(MODE)/tool: \
|
|
o/$(MODE)/tool/args \
|
|
o/$(MODE)/tool/build \
|
|
o/$(MODE)/tool/curl \
|
|
o/$(MODE)/tool/decode \
|
|
o/$(MODE)/tool/lambda \
|
|
o/$(MODE)/tool/net \
|
|
o/$(MODE)/tool/plinko \
|
|
o/$(MODE)/tool/viz
|