Skip to content

Commit

Permalink
fix race condition as proposed in cc65#2420
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdudz committed May 16, 2024
1 parent 84153e8 commit 86e5acd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ WORKDIR = ../testwrk

.PHONY: test continue mostlyclean clean

test: mostlyclean continue
test:
@$(MAKE) mostlyclean
@$(MAKE) continue

continue:
@$(MAKE) -C asm all
Expand Down

0 comments on commit 86e5acd

Please sign in to comment.