mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 03:27:39 +00:00
218ef49147
This regression snuck in at some point. It resulted in the program sometimes failing to load when the zip content was changed.
8 lines
341 B
Makefile
8 lines
341 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/tool
|
|
o/$(MODE)/test/tool: \
|
|
o/$(MODE)/test/tool/build \
|
|
o/$(MODE)/test/tool/net \
|
|
o/$(MODE)/test/tool/viz
|