1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-15 17:30:06 +00:00

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

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