projects
/
m17n
/
m17n-lib-cs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ae4907
)
*** empty log message ***
author
ntakahas
<ntakahas>
Thu, 23 Jul 2009 12:46:26 +0000
(12:46 +0000)
committer
ntakahas
<ntakahas>
Thu, 23 Jul 2009 12:46:26 +0000
(12:46 +0000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
c446c26
..
4a039fe
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-4,7
+4,7
@@
M17N_SRC = M17N.cs
CORE_SRC = MSymbol.cs MPlist.cs MCharTable.cs MText.cs MDatabase.cs
EXPR_SRC = MExpression.cs
EXAMPLE = symbol.exe plist.exe chartab.exe text.exe textprop.exe database.exe
-TEST = rearsticky.exe frontsticky.exe \
+TEST = rearsticky.exe frontsticky.exe bothsticky.exe \
sensitive.exe frontsensitive.exe rearsensitive.exe
all: ${EXAMPLE} ${TEST}