mirror of
https://github.com/tuz358/cpu-emulator.git
synced 2025-12-18 13:04:35 +03:00
Add utils.cpp to build
This commit is contained in:
2
Makefile
2
Makefile
@@ -1,7 +1,7 @@
|
|||||||
CC = g++
|
CC = g++
|
||||||
CFLAGS = -Wall
|
CFLAGS = -Wall
|
||||||
DEST = /usr/local/bin
|
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 = cpu-emulator
|
||||||
|
|
||||||
$(PROGRAM): $(OBJS)
|
$(PROGRAM): $(OBJS)
|
||||||
|
|||||||
Reference in New Issue
Block a user