diff options
Diffstat (limited to 'ue3/mycpu/Makefile')
| -rw-r--r-- | ue3/mycpu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ue3/mycpu/Makefile b/ue3/mycpu/Makefile index 16067d1..eec8b47 100644 --- a/ue3/mycpu/Makefile +++ b/ue3/mycpu/Makefile | |||
| @@ -12,7 +12,7 @@ LIBS= -L/usr/local/lib -lboost_program_options | |||
| 12 | 12 | ||
| 13 | BIN= mycpu | 13 | BIN= mycpu |
| 14 | OBJS= cinstruction.o instructions.o cprogram.o ccpu.o mycpu.o | 14 | OBJS= cinstruction.o instructions.o cprogram.o ccpu.o mycpu.o |
| 15 | HEADERS= cdat.h cmem.h cinstruction.h instructions.h cprogram.h cdisplay.h ccpu.h | 15 | HEADERS= 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 |
| 18 | 18 | ||
