projects
/
YACASL2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
docディレクトリーのgit無視ファイルを設定
[YACASL2.git]
/
as
/
misc
/
test
/
hanoi
/
Makefile
1
YACASL2DIR= ../../../..
2
CASL2 = $(YACASL2DIR)/casl2
3
MISCDIR = $(YACASL2DIR)/as/misc
4
ASFILE = $(MISCDIR)/hanoi.casl
5
CMD = $(CASL2) $(ASFILE)
6
include $(YACASL2DIR)/test/TEST.mk