mirror of
https://github.com/cc65/cc65.git
synced 2025-02-11 00:31:06 +00:00
fix race condition as proposed in #2420
This commit is contained in:
parent
84153e809e
commit
86e5acd679
@ -14,7 +14,9 @@ WORKDIR = ../testwrk
|
|||||||
|
|
||||||
.PHONY: test continue mostlyclean clean
|
.PHONY: test continue mostlyclean clean
|
||||||
|
|
||||||
test: mostlyclean continue
|
test:
|
||||||
|
@$(MAKE) mostlyclean
|
||||||
|
@$(MAKE) continue
|
||||||
|
|
||||||
continue:
|
continue:
|
||||||
@$(MAKE) -C asm all
|
@$(MAKE) -C asm all
|
||||||
|
Loading…
x
Reference in New Issue
Block a user