From 7c60a2b0db03ef333a4a7c072966ce8d71dccbb4 Mon Sep 17 00:00:00 2001 From: lerabot Date: Tue, 5 Jun 2018 12:16:38 -0400 Subject: [PATCH] adding lerabot sample --- samples/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/samples/Makefile b/samples/Makefile index 4798342..b9394f1 100644 --- a/samples/Makefile +++ b/samples/Makefile @@ -11,4 +11,5 @@ all: $(KOS_MAKE) -C nehe02va all $(KOS_MAKE) -C nehe03 all $(KOS_MAKE) -C nehe06 all - $(KOS_MAKE) -C ortho2d all \ No newline at end of file + $(KOS_MAKE) -C ortho2d all + $(KOS_MAKE) -C lerabot01 all \ No newline at end of file