This commit is contained in:
tuz358
2018-03-03 08:58:49 +09:00
parent dcd0537496
commit 03433c4f21

View File

@@ -1,7 +1,7 @@
CC = g++
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
PROGRAM = cpu-emulator
$(PROGRAM): $(OBJS)