Adjusted to 5df2de0629
(and slightly simplified).
This commit is contained in:
parent
ed3f281b9e
commit
4316242d7e
1 changed files with 2 additions and 4 deletions
|
@ -12,11 +12,9 @@ endif
|
||||||
|
|
||||||
WORKDIR = ../testwrk
|
WORKDIR = ../testwrk
|
||||||
|
|
||||||
.PHONY: all dotests continue mostlyclean clean
|
.PHONY: test continue mostlyclean clean
|
||||||
|
|
||||||
all: dotests
|
test: mostlyclean continue
|
||||||
|
|
||||||
dotests: mostlyclean continue
|
|
||||||
|
|
||||||
continue:
|
continue:
|
||||||
@$(MAKE) -C asm all
|
@$(MAKE) -C asm all
|
||||||
|
|
Loading…
Add table
Reference in a new issue