# Makefile for quinthuge TOP=../../.. .include "$(TOP)/mk/os161.config.mk" PROG=quinthuge SRCS=quinthuge.c LIBS=-ltest BINDIR=/testbin .include "$(TOP)/mk/os161.prog.mk"