projects
/
YACASL2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
ドキュメントの修正
[YACASL2.git]
/
as
/
yakuwa
/
testbinout
/
Makefile
1
YACASL2DIR= ../../..
2
CASL2 = $(YACASL2DIR)/casl2
3
ASFILE = testbinout.casl ../binout.casl
4
CMD = $(CASL2) $(ASFILE)
5
include $(YACASL2DIR)/test/TEST.mk