feat: code translation scaffolding

This commit is contained in:
2026-03-30 15:59:50 +01:00
parent 8888f7b97a
commit d01abac9e9
4 changed files with 28 additions and 2 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ endif
TARGET_NAME = vm-translator
OUT_DIR = out
TARGET = $(OUT_DIR)/$(TARGET_NAME)
SRCS = src/main.cpp src/utils.cpp src/parser.cpp
SRCS = src/main.cpp src/utils.cpp src/code.cpp src/parser.cpp
OBJS = $(SRCS:src/%.cpp=$(OUT_DIR)/%.o)
$(TARGET): $(OBJS)