mkfile 213 B

123456789101112131415161718
  1. <../../mkconfig
  2. TARG=mkppcimage
  3. OFILES= mkppcimage.$O\
  4. HFILES=\
  5. a.out.h\
  6. bio.h\
  7. mach.h\
  8. LIBS=mach bio 9 # order matters.
  9. CFLAGS=$CFLAGS -I../include
  10. BIN=$ROOT/$OBJDIR/bin
  11. <$ROOT/mkfiles/mkone-$SHELLTYPE