Makefile 183 B

12345678910
  1. TOP=../../..
  2. .include "$(TOP)/mk/os161.config.mk"
  3. SRCS+=vm-funcs.c
  4. # Name of the library.
  5. LIB=vm-funcs
  6. # Let the templates do most of the work.
  7. .include "$(TOP)/mk/os161.lib.mk"