add sys_add_three_integers
This commit is contained in:
10
userland/testbin/add_three_integers/Makefile
Normal file
10
userland/testbin/add_three_integers/Makefile
Normal file
@@ -0,0 +1,10 @@
|
||||
# Makefile for add_three_integers
|
||||
|
||||
TOP=../../..
|
||||
.include "$(TOP)/mk/os161.config.mk"
|
||||
|
||||
PROG=add_three_integers
|
||||
SRCS=add_three_integers.c
|
||||
BINDIR=/testbin
|
||||
|
||||
.include "$(TOP)/mk/os161.prog.mk"
|
||||
Reference in New Issue
Block a user