Makefile 189 B

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