diff options
| author | Günther Neuwirth <e0626638@student.tuwien.ac.at> | 2009-05-27 16:43:43 +0200 |
|---|---|---|
| committer | Günther Neuwirth <e0626638@student.tuwien.ac.at> | 2009-05-27 16:43:43 +0200 |
| commit | 064eaaed391835d0e0d057466f6f552e43e79bd8 (patch) | |
| tree | 9dd40d61761624f10a83f001425bc35a1dfdfd00 /ue4/mycpu/Makefile | |
| parent | 26a97259f5a7b066cff2927e88c867fac2aaad87 (diff) | |
| download | ooprog-064eaaed391835d0e0d057466f6f552e43e79bd8.tar.gz ooprog-064eaaed391835d0e0d057466f6f552e43e79bd8.tar.bz2 ooprog-064eaaed391835d0e0d057466f6f552e43e79bd8.zip | |
add cdatset
Diffstat (limited to 'ue4/mycpu/Makefile')
| -rw-r--r-- | ue4/mycpu/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ue4/mycpu/Makefile b/ue4/mycpu/Makefile index 8022614..9e6db7a 100644 --- a/ue4/mycpu/Makefile +++ b/ue4/mycpu/Makefile | |||
| @@ -12,7 +12,8 @@ LIBS= -L/usr/local/lib -lboost_program_options | |||
| 12 | 12 | ||
| 13 | BIN= mycpu | 13 | BIN= mycpu |
| 14 | OBJS= mycpu.o | 14 | OBJS= mycpu.o |
| 15 | HEADERS= cdat.h cmem.h cinstruction.h instructions.h cprogram.h cdisplay.h displays.h ccpu.h | 15 | HEADERS= cdat.h cdatn.h cdatset.h cmem.h cinstruction.h instructions.h \ |
| 16 | cprogram.h cdisplay.h displays.h ccpu.h | ||
| 16 | 17 | ||
| 17 | .SUFFIXES: .cpp .o | 18 | .SUFFIXES: .cpp .o |
| 18 | 19 | ||
