summaryrefslogtreecommitdiffstats
path: root/ue3/mycpu/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ue3/mycpu/Makefile')
-rw-r--r--ue3/mycpu/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/ue3/mycpu/Makefile b/ue3/mycpu/Makefile
index 0048447..6f57741 100644
--- a/ue3/mycpu/Makefile
+++ b/ue3/mycpu/Makefile
@@ -11,8 +11,8 @@ LDFLAGS=
11LIBS= -L/usr/local/lib 11LIBS= -L/usr/local/lib
12 12
13BIN= mycpu 13BIN= mycpu
14OBJS= mycpu.o 14OBJS= mycpu.o cdat.o
15HEADERS= 15HEADERS= cdat.h
16 16
17.SUFFIXES: .cpp .o 17.SUFFIXES: .cpp .o
18 18