format space width

This commit is contained in:
tuz358
2018-03-03 10:32:25 +09:00
parent 01b3dfb4cd
commit 47ada59abd

View File

@@ -1,7 +1,7 @@
CC = g++
CFLAGS = -Wall
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)