summaryrefslogtreecommitdiffstats
path: root/ue4/mycpu/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ue4/mycpu/Makefile')
-rw-r--r--ue4/mycpu/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ue4/mycpu/Makefile b/ue4/mycpu/Makefile
index 0dbb51a..8022614 100644
--- a/ue4/mycpu/Makefile
+++ b/ue4/mycpu/Makefile
@@ -11,7 +11,7 @@ LDFLAGS=
11LIBS= -L/usr/local/lib -lboost_program_options 11LIBS= -L/usr/local/lib -lboost_program_options
12 12
13BIN= mycpu 13BIN= mycpu
14OBJS= cinstruction.o instructions.o cprogram.o ccpu.o mycpu.o 14OBJS= mycpu.o
15HEADERS= cdat.h cmem.h cinstruction.h instructions.h cprogram.h cdisplay.h displays.h ccpu.h 15HEADERS= cdat.h cmem.h cinstruction.h instructions.h cprogram.h cdisplay.h displays.h ccpu.h
16 16
17.SUFFIXES: .cpp .o 17.SUFFIXES: .cpp .o