projects
/
sbcl.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
1.0.4.39: get rid of hardcoded mutex and spinlock slot indexes
[sbcl.git]
/
contrib
/
vanilla-module.mk
1
2
$(MODULE).fasl: $(MODULE).lisp ../../output/sbcl.core
3
$(SBCL) --eval '(compile-file (format nil "SYS:CONTRIB;~:@(~A~);~:@(~A~).LISP" "$(MODULE)" "$(MODULE)"))' </dev/null
4
5
test:: $(MODULE).fasl
6
7
install:
8
cp $(MODULE).fasl "$(BUILD_ROOT)$(INSTALL_DIR)"