From 9bb1c3a9e18bec4f0e1d2952a24b98be1a82a22b Mon Sep 17 00:00:00 2001 From: Andress Barajas Date: Sat, 3 Oct 2020 00:27:11 -0700 Subject: [PATCH] Added new nehe lessons --- samples/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/samples/Makefile b/samples/Makefile index 959e9d8..5f57f16 100644 --- a/samples/Makefile +++ b/samples/Makefile @@ -11,6 +11,8 @@ all: $(KOS_MAKE) -C nehe02va all $(KOS_MAKE) -C nehe02de all $(KOS_MAKE) -C nehe03 all + $(KOS_MAKE) -C nehe04 all + $(KOS_MAKE) -C nehe05 all $(KOS_MAKE) -C nehe06 all $(KOS_MAKE) -C nehe06_vq all $(KOS_MAKE) -C ortho2d all