@@ -1,7 +1,7 @@
CC = g++
CFLAGS = -Wall
DEST = /usr/local/bin
OBJS = main.o emulator.o instructions.o memory.o
OBJS = main.o emulator.o instructions.o memory.o utils.o
PROGRAM = cpu-emulator
$(PROGRAM): $(OBJS)
The note is not visible to the blocked user.