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
/
sum_10_slaOn
/
Makefile
1
include ../CMD.mk # YACASL2DIR, CASL2
2
include ../sum_10_s/CMD.mk # ASDIR, ASFILE
3
OFILE = sum_10.o
4
CASL2FLAG = -sla -O$(OFILE)
5
include ../TEST_O.mk