mirror of
https://github.com/cc65/cc65.git
synced 2026-04-19 09:28:25 +00:00
Adjusted to https://github.com/cc65/cc65/commit/5df2de06290e9b7181c03eeb311f7687ef469b80 (and slightly simplified).
This commit is contained in:
+2
-4
@@ -12,11 +12,9 @@ endif
|
||||
|
||||
WORKDIR = ../testwrk
|
||||
|
||||
.PHONY: all dotests continue mostlyclean clean
|
||||
.PHONY: test continue mostlyclean clean
|
||||
|
||||
all: dotests
|
||||
|
||||
dotests: mostlyclean continue
|
||||
test: mostlyclean continue
|
||||
|
||||
continue:
|
||||
@$(MAKE) -C asm all
|
||||
|
||||
Reference in New Issue
Block a user