Compare commits

...

2 Commits

Author SHA1 Message Date
clbr a2c7502674
Merge ae4a95ecf6 into b993d88339 2024-03-17 22:24:52 +01:00
Lauri Kasanen ae4a95ecf6 Fix some Makefile races 2024-02-28 13:21:33 +02:00
1 changed files with 2 additions and 2 deletions

View File

@ -14,9 +14,9 @@ WORKDIR = ../testwrk
.PHONY: test continue mostlyclean clean
test: mostlyclean continue
test: continue
continue:
continue: mostlyclean
@$(MAKE) -C asm all
@$(MAKE) -C dasm all
@$(MAKE) -C val all