repo.or.cz
/
sbcl
/
lichteblau.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
0.8.0.53:
[sbcl/lichteblau.git]
/
contrib
/
vanilla-module.mk
blob
2aebda39a658d56d002d1c0735d62e6e0e50c3f7
1
2
$(
MODULE
)
.fasl
: $(
MODULE
)
.lisp ..
/
..
/
output
/
sbcl.core
3
$(
SBCL
) --
eval
'(compile-file "$(MODULE)")'
</
dev
/
null
4
5
test
:: $(
MODULE
)
.fasl
6
7
install
:
8
cp
$(
MODULE
)
.fasl
$(
INSTALL_DIR
)