mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 03:27:39 +00:00
d7c79f43ef
- Found some bugs in LLVM compiler-rt library - The useless LIBC_STUBS package is now deleted - Improve the overflow checking story even further - Get chibicc tests working in MODE=dbg mode again - The libc/isystem/ headers now have correctly named guards
14 lines
455 B
Makefile
14 lines
455 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/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
|