mirror of
https://github.com/cc65/cc65.git
synced 2025-02-05 04:37:23 +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
|
||||
|
||||
test: mostlyclean continue
|
||||
test:
|
||||
@$(MAKE) mostlyclean
|
||||
@$(MAKE) continue
|
||||
|
||||
continue:
|
||||
@$(MAKE) -C asm all
|
||||
|
Loading…
x
Reference in New Issue
Block a user