mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-29 16:52:28 +00:00
Fix another build error
It would appear o/depend can't help with generated files.
This commit is contained in:
parent
14d0292732
commit
113eeabd85
1 changed files with 4 additions and 0 deletions
|
@ -69,6 +69,10 @@ o/$(MODE)/tool/calc/%.com.dbg: \
|
||||||
$(APE)
|
$(APE)
|
||||||
@$(APELINK)
|
@$(APELINK)
|
||||||
|
|
||||||
|
tool/calc/calc.c: \
|
||||||
|
o/tool/calc/calc.c.inc \
|
||||||
|
o/tool/calc/calc.h.inc
|
||||||
|
|
||||||
.PHONY: o/$(MODE)/tool/calc
|
.PHONY: o/$(MODE)/tool/calc
|
||||||
o/$(MODE)/tool/calc: \
|
o/$(MODE)/tool/calc: \
|
||||||
$(TOOL_CALC_BINS) \
|
$(TOOL_CALC_BINS) \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue