mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 19:43:32 +00:00
4d25f8c3c9
This change also fixes bugs in enoprotoopt reporting with setsockopt and getsockopt error returns.
7 lines
336 B
Makefile
7 lines
336 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)/test/net
|
|
o/$(MODE)/test/net: o/$(MODE)/test/net/finger \
|
|
o/$(MODE)/test/net/http \
|
|
o/$(MODE)/test/net/https
|