mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-07 15:03:34 +00:00
This change fixes stderr to be unbuffered. Added hardware AES on ARM64 to help safeguard against timing attacks. The curl.com command will be somewhat more pleasant to use.
15 lines
477 B
Makefile
15 lines
477 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/ape \
|
|
o/$(MODE)/tool/args \
|
|
o/$(MODE)/tool/build \
|
|
o/$(MODE)/tool/curl \
|
|
o/$(MODE)/tool/decode \
|
|
o/$(MODE)/tool/hello \
|
|
o/$(MODE)/tool/lambda \
|
|
o/$(MODE)/tool/net \
|
|
o/$(MODE)/tool/plinko \
|
|
o/$(MODE)/tool/viz
|