Introduce Cosmopolitan Templates Library (CTL)

This commit is contained in:
Justine Tunney 2024-06-03 09:09:33 -07:00
parent b003888696
commit 4937843f70
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
16 changed files with 7054 additions and 12 deletions

View file

@ -2,7 +2,8 @@
#── vi: set noet ft=make ts=8 sw=8 fenc=utf-8 :vi ────────────────────┘
.PHONY: o/$(MODE)/test
o/$(MODE)/test: o/$(MODE)/test/dsp \
o/$(MODE)/test: o/$(MODE)/test/ctl \
o/$(MODE)/test/dsp \
o/$(MODE)/test/libc \
o/$(MODE)/test/libcxx \
o/$(MODE)/test/math \