diff options
author | Brian <[email protected]> | 2007-08-30 14:43:59 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-08-30 14:43:59 -0600 |
commit | f726ffd060a80519cfef63ee2ec3381480802bcc (patch) | |
tree | c8601345a1b162c73e5212b47847e36f32c4e3a1 /progs/trivial/Makefile | |
parent | 942b9bc5bc13d959baa86779a7c669cf96659b9a (diff) |
test flat shading w/ clipping
Diffstat (limited to 'progs/trivial/Makefile')
-rw-r--r-- | progs/trivial/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/trivial/Makefile b/progs/trivial/Makefile index 82769e817a7..d9b200aef2f 100644 --- a/progs/trivial/Makefile +++ b/progs/trivial/Makefile @@ -13,6 +13,7 @@ LIBS = $(APP_LIB_DEPS) SOURCES = \ clear.c \ clear-scissor.c \ + flat-clip.c \ fs-tri.c \ line-clip.c \ line-cull.c \ |