diff options
Diffstat (limited to 'tests/glbook/Makefile')
-rw-r--r-- | tests/glbook/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/glbook/Makefile b/tests/glbook/Makefile index 6220fc3c..df8b1615 100644 --- a/tests/glbook/Makefile +++ b/tests/glbook/Makefile @@ -25,8 +25,8 @@ default: all all: ./Chapter_2/Hello_Triangle/CH02_HelloTriangle.bc \ ./Chapter_8/Simple_VertexShader/CH08_SimpleVertexShader.bc \ ./Chapter_9/Simple_Texture2D/CH09_SimpleTexture2D.bc \ -# ./Chapter_9/MipMap2D/CH09_MipMap2D.bc \ -# ./Chapter_9/Simple_TextureCubemap/CH09_TextureCubemap.bc \ + ./Chapter_9/MipMap2D/CH09_MipMap2D.bc \ + ./Chapter_9/Simple_TextureCubemap/CH09_TextureCubemap.bc \ # ./Chapter_9/TextureWrap/CH09_TextureWrap.bc \ # ./Chapter_10/MultiTexture/CH10_MultiTexture.bc \ # ./Chapter_11/Multisample/CH11_Multisample.bc \ |