git.joshuawise.com
/
snipe.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix caller/callee save impedance mismatch
[snipe.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index 88508a2cb4ec18fed6ed7ca0edb327040557f991..5e216f0f6b4b46b9dc3d04ffb62b3d26c32d67ca 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-1,23
+1,24
@@
# the following are SML-NJ specific defines
SML = sml
# the following are SML-NJ specific defines
SML = sml
-
l3c
: FORCE
- echo 'use "compile-
l3c
.sml";' | ${SML}
+
snipe
: FORCE
+ echo 'use "compile-
snipe
.sml";' | ${SML}
-
l3c
-mlton: FORCE
- mllex parse/l
3
.lex
- mlyacc parse/l
3
.grm
- mlton -
output bin/l3c
-mlton sources.mlb
- ${RM} parse/l
3
.lex.sml
+
snipe
-mlton: FORCE
+ mllex parse/l
5
.lex
+ mlyacc parse/l
5
.grm
+ mlton -
verbose 2 -output bin/snipe
-mlton sources.mlb
+ ${RM} parse/l
5
.lex.sml
reallyclean: clean
${RM} parse/*.lex.* parse/*.grm.*
reallyclean: clean
${RM} parse/*.lex.* parse/*.grm.*
+ find . -type f -name '*~' | xargs rm -rf
clean:
find . -type d -name .cm | xargs rm -rf
find . -type f | grep '~$$' | xargs ${RM}
clean:
find . -type d -name .cm | xargs rm -rf
find . -type f | grep '~$$' | xargs ${RM}
- ${RM} bin/
l3c
.heap.*
- ${RM} bin/
l3c
-mlton
+ ${RM} bin/
snipe
.heap.*
+ ${RM} bin/
snipe
-mlton
TAGS: clean
TAGS: clean
This page took
0.020287 seconds
and
4
git commands to generate.