repo.or.cz
/
io
/
quag.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed a lazySlot bug where lazy slots in different objects end up pointing to the...
[io/quag.git]
/
libs
/
iovm
/
Makefile.local
blob
b1231148ad53a5f124eba6a9ef02e71a25b3b962
1
CCOUTFLAG := "-o "
2
ifneq (,$(findstring Windows,$(SYS)))
3
CCLDOUTFLAG := "-Fe"
4
endif
5
6
tools/io2c:
7
$(CC) tools/io2c.c -o tools/io2c
8
9
all_begin: tools/io2c
10
./tools/io2c VMCode IoState_doString_ $(shell ls io/*.io) > source/IoVMInit.c
11
12
all_end:
13
14
15
clean:
16
-rm -f tools/io2c
17
18
test:
19