changeset 7:f7a5aeed1292

*** empty log message ***
author gongo
date Sat, 04 Nov 2006 08:15:16 +0000
parents a366be7dca8b
children f60cb9a39d7a
files Makefile
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Sat Nov 04 08:12:09 2006 +0000
+++ b/Makefile	Sat Nov 04 08:15:16 2006 +0000
@@ -28,12 +28,12 @@
 	cd ${VU1DIR}; make
 	cp ${VU1OBJ} .
 
-#${TARGET} : ${OBJS} ${VU1OBJ}
-#	${CC} -o ${TARGET} ${OBJS} ${LIBS}
+${TARGET} : ${OBJS} ${VU1OBJ}
+	${CC} -o ${TARGET} ${OBJS} ${LIBS}
 
-$(TARGET) : $(OBJS)
-	$(AR) x $(LIBPS2ARC) $(MPG_OBJ)
-	$(CC) -o $(TARGET) $(OBJS) $(LIBS)
+#$(TARGET) : $(OBJS)
+#	$(AR) x $(LIBPS2ARC) $(MPG_OBJ)
+#	$(CC) -o $(TARGET) $(OBJS) $(LIBS)
 
 
 tag: