Added private methods and some more type fixes.
This commit is contained in:
parent
30de0d396e
commit
2e8bd52b01
4 changed files with 195 additions and 22 deletions
2
Makefile
2
Makefile
|
|
@ -3,7 +3,7 @@
|
|||
BUILD_DIR ?= build
|
||||
CMAKE ?= cmake
|
||||
# Default to a build with extra logging disabled
|
||||
CMAKE_FLAGS ?= -DFUN_DEBUG=ON
|
||||
CMAKE_FLAGS ?= -DFUN_DEBUG=OFF
|
||||
|
||||
.PHONY: all configure build fun fun_test test_opcodes clean distclean install repl run
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue