FreeCalypso > hg > freecalypso-reveng
diff mpffs/Makefile @ 35:ee4c761187cf
mpffs-cat implemented
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Sun, 30 Jun 2013 16:55:19 +0000 |
parents | 95f61c3b430a |
children | 390be89892c4 |
line wrap: on
line diff
--- a/mpffs/Makefile Sun Jun 30 16:20:28 2013 +0000 +++ b/mpffs/Makefile Sun Jun 30 16:55:19 2013 +0000 @@ -1,6 +1,6 @@ CC= gcc CFLAGS= -O2 -PROGS= mpffs-dbgls mpffs-ls +PROGS= mpffs-cat mpffs-dbgls mpffs-ls INSTDIR=/usr/local/bin CAT_OBJS= common.o cat.o find.o @@ -10,6 +10,9 @@ all: ${PROGS} +mpffs-cat: ${CAT_OBJS} + ${CC} -o $@ ${CAT_OBJS} + mpffs-dbgls: ${DBGLS_OBJS} ${CC} -o $@ ${DBGLS_OBJS}