diff options
author | Keith Whitwell <[email protected]> | 2008-10-07 13:09:05 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2008-10-07 16:33:52 +0100 |
commit | a381c9e8b32af6e98879940eba5f11680d4b89b6 (patch) | |
tree | 2cc52bfe5a91f5e9481c9ee7ba76d9472ddc250b /progs/trivial/Makefile | |
parent | 6ff1cf5b82488dc5a07513b0806c23e70f7a665e (diff) |
trivial: exercise vertprog sligtly
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 c868ab6e6ff..65937f2f3f5 100644 --- a/progs/trivial/Makefile +++ b/progs/trivial/Makefile @@ -124,6 +124,7 @@ SOURCES = \ vp-clip.c \ vp-line-clip.c \ vp-tri.c \ + vp-tri-swap.c \ vp-unfilled.c PROGS = $(SOURCES:%.c=%) |