Files
PDSos161/userland/testbin/quinthuge/Makefile

13 lines
174 B
Makefile
Raw Normal View History

2020-04-06 18:30:47 +02:00
# 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"