1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-01 13:41:34 +00:00

Rename target test to asm

This commit is contained in:
Spiro Trikaliotis 2022-02-19 12:52:02 +01:00
parent 388ae87cb3
commit 0e45976f9b

View File

@ -14,9 +14,9 @@ WORKDIR = ../testwrk/asm
SUBDIRS = cpudetect opcodes listing
.PHONY: test continue mostlyclean clean
.PHONY: all continue mostlyclean clean
test: mostlyclean continue
all: mostlyclean continue
define CALL_template