repo.or.cz
/
cl-ipmsg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Forgot to upload...
[cl-ipmsg.git]
/
Makefile.lisp
blob
1da5c30b7db2fc03229981d3d4b2b4945448d300
1
(
require
'
asdf
)
2
(
asdf
::
oos
'
asdf
::
compile-op
"cl-ipmsg"
)
3
4
(
require
'
cl-ipmsg
)
5
6
(
vendor
:
eval-when-all
7
(
vendor
:
generate-exe
(
format
nil
"ipmsg.exe"
)
8
#'
ipmsg
::
main
))