Improve build latency of repository

This commit is contained in:
Justine Tunney 2022-08-14 22:19:46 -07:00
parent 7ab15e0b23
commit 0cf9716039
9 changed files with 39 additions and 5 deletions

View file

@ -70,6 +70,12 @@ o/$(MODE)/test/tool/net/%.com.dbg: \
$(APE_NO_MODIFY_SELF)
@$(APELINK)
o/$(MODE)/test/tool/net/redbean_test.com.runs: \
private .PLEDGE = stdio rpath wpath cpath proc inet
o/$(MODE)/test/tool/net/sqlite_test.com.runs: \
private .PLEDGE = stdio rpath wpath cpath proc flock
.PHONY: o/$(MODE)/test/tool/net
o/$(MODE)/test/tool/net: \
$(TEST_TOOL_NET_BINS) \