Makefile 147 B

1234567891011
  1. # Makefile for tail
  2. TOP=../../..
  3. .include "$(TOP)/mk/os161.config.mk"
  4. PROG=tail
  5. SRCS=tail.c
  6. BINDIR=/testbin
  7. .include "$(TOP)/mk/os161.prog.mk"