Some class fixes
This commit is contained in:
parent
c7c4b467d5
commit
30de0d396e
3 changed files with 166 additions and 11 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=OFF
|
||||
CMAKE_FLAGS ?= -DFUN_DEBUG=ON
|
||||
|
||||
.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