Added bitops files to Makefile.
This commit is contained in:
parent
bfb40c02bc
commit
8d3e9358d5
4
Makefile
4
Makefile
@ -11,9 +11,9 @@ UNINSTALL_VERSION=
|
||||
# ========= You shouldn't need to mess with any of these variables below ================
|
||||
|
||||
MOON_FILES= code_obj.moon error_handling.moon files.moon nomsu.moon nomsu_compiler.moon \
|
||||
syntax_tree.moon parser.moon containers.moon
|
||||
syntax_tree.moon parser.moon containers.moon bitops.moon
|
||||
LUA_FILES= code_obj.lua consolecolors.lua error_handling.lua files.lua nomsu.lua nomsu_compiler.lua \
|
||||
syntax_tree.lua parser.lua containers.lua utils.lua uuid.lua
|
||||
syntax_tree.lua parser.lua containers.lua bitops.lua utils.lua uuid.lua
|
||||
CORE_NOM_FILES= $(wildcard core/*.nom)
|
||||
CORE_LUA_FILES= $(patsubst %.nom,%.lua,$(CORE_NOM_FILES))
|
||||
LIB_NOM_FILES= $(wildcard lib/*.nom)
|
||||
|
Loading…
Reference in New Issue
Block a user