Fixed a lazySlot bug where lazy slots in different objects end up pointing to the...
[io/quag.git] / libs / iovm / Makefile.local
blobb1231148ad53a5f124eba6a9ef02e71a25b3b962
1 CCOUTFLAG := "-o "
2 ifneq (,$(findstring Windows,$(SYS)))
3     CCLDOUTFLAG := "-Fe"
4 endif
6 tools/io2c:
7         $(CC) tools/io2c.c -o tools/io2c
9 all_begin: tools/io2c
10         ./tools/io2c VMCode IoState_doString_ $(shell ls io/*.io) > source/IoVMInit.c
12 all_end:
13         
15 clean:
16         -rm -f tools/io2c
18 test:
19