mirror of
https://github.com/hazemKrimi/jack-vm-translator.git
synced 2026-05-01 18:00:27 +00:00
chore: update sources in makefile
This commit is contained in:
@@ -2,7 +2,7 @@ CC = g++
|
||||
TARGET_NAME = vm-translator
|
||||
OUT_DIR = out
|
||||
TARGET = $(OUT_DIR)/$(TARGET_NAME)
|
||||
SRCS = src/main.cpp src/parser.cpp src/code.cpp src/utils.cpp
|
||||
SRCS = src/main.cpp src/utils.cpp src/linked-list.cpp src/parser.cpp
|
||||
OBJS = $(SRCS:src/%.cpp=$(OUT_DIR)/%.o)
|
||||
|
||||
$(TARGET): $(OBJS)
|
||||
|
||||
Reference in New Issue
Block a user