Revert "format"

This reverts commit 03433c4f21.
This commit is contained in:
tuz358
2018-03-03 10:27:27 +09:00
parent 03433c4f21
commit 01b3dfb4cd

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)