mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 03:27:39 +00:00
0d3c1c8b1a
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
|