Reorganisation

This commit is contained in:
Rafal Kupiec 2018-07-12 16:20:39 +02:00
parent 25264bd774
commit 03bfd2203c
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4
3 changed files with 2 additions and 2 deletions

View File

@ -10,11 +10,11 @@ OBJ =\
constant.o \ constant.o \
hashmap.o \ hashmap.o \
interpreter.o \ interpreter.o \
lex.o \ lexer.o \
lib.o \ lib.o \
memobj.o \ memobj.o \
oop.o \ oop.o \
parse.o \ parser.o \
vfs.o \ vfs.o \
vm.o vm.o

View File

View File