Mercurial > hg > old > magoroku_racing
diff Makefile @ 24:cd33b56a5b41
*** empty log message ***
author | gongo |
---|---|
date | Sun, 05 Nov 2006 02:22:09 +0000 |
parents | f7a5aeed1292 |
children | 6387573f9c85 |
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: