mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 03:27:39 +00:00
12 lines
421 B
Makefile
12 lines
421 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)/test
|
|
o/$(MODE)/test: o/$(MODE)/test/ctl \
|
|
o/$(MODE)/test/dsp \
|
|
o/$(MODE)/test/libc \
|
|
o/$(MODE)/test/libcxx \
|
|
o/$(MODE)/test/math \
|
|
o/$(MODE)/test/net \
|
|
o/$(MODE)/test/posix \
|
|
o/$(MODE)/test/tool
|