aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBruce Hill <bitbucket@bruce-hill.com>2018-08-30 14:36:14 -0700
committerBruce Hill <bitbucket@bruce-hill.com>2018-08-30 14:36:14 -0700
commit8d3e9358d531a89d940bd349325008f64b74a55f (patch)
tree67c7dcdd81f7bc7e7ab63e59a6a86c125eecb0c8 /Makefile
parentbfb40c02bc6af84f48bfd470b1edc1909c2d65be (diff)
Added bitops files to Makefile.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a28a030..0959b22 100644
--- a/Makefile
+++ b/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)