projects
/
YACASL2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
オペランドの最大長をOPDSIZE-1(=39)からOPDSIZE(=40)に修正
[YACASL2.git]
/
test
/
integration
/
casl2
/
hello
/
Makefile
1
include ../CMD.mk # YACASL2DIR, CASL2
2
CASL2FLAG = -sla
3
ASDIR = $(YACASL2DIR)/as
4
ASFILE = $(ASDIR)/hello.casl
5
CMD = $(CASL2) $(CASL2FLAG) $(ASFILE) $(IN)
6
include ../TEST.mk