mirror of
https://github.com/cc65/cc65.git
synced 2026-04-20 17:20:49 +00:00
Added test target.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
.PHONY: all mostlyclean clean install zip avail unavail bin lib doc html info samples
|
||||
.PHONY: all mostlyclean clean install zip avail unavail bin lib doc html info samples test
|
||||
|
||||
.SUFFIXES:
|
||||
|
||||
@@ -20,6 +20,9 @@ doc html info:
|
||||
samples:
|
||||
@$(MAKE) -C samples --no-print-directory $@
|
||||
|
||||
test:
|
||||
@$(MAKE) -C test --no-print-directory $@
|
||||
|
||||
%65:
|
||||
@$(MAKE) -C src --no-print-directory $@
|
||||
|
||||
|
||||
Reference in New Issue
Block a user