changeset 24:cd33b56a5b41

*** empty log message ***
author gongo
date Sun, 05 Nov 2006 02:22:09 +0000
parents 972dead2198a
children 0c8300ffa038
files Makefile
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Sat Nov 04 12:50:50 2006 +0000
+++ b/Makefile	Sun Nov 05 02:22:09 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} ${MPGOBJ}
+	${CC} -o ${TARGET} ${OBJS} ${LIBS}
 
 
 tag: