mirror of
https://github.com/cc65/cc65.git
synced 2025-01-22 21:32:57 +00:00
Added test target.
This commit is contained in:
parent
ffaae965d4
commit
5df2de0629
5
Makefile
5
Makefile
@ -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 $@
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user