1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-15 17:30:06 +00:00
This commit is contained in:
clbr 2024-03-17 22:24:52 +01:00 committed by GitHub
commit a2c7502674
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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