summaryrefslogtreecommitdiff
path: root/progs/trivial/Makefile
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2008-10-07 13:09:05 +0100
committerKeith Whitwell <keith@tungstengraphics.com>2008-10-07 16:33:52 +0100
commita381c9e8b32af6e98879940eba5f11680d4b89b6 (patch)
tree2cc52bfe5a91f5e9481c9ee7ba76d9472ddc250b /progs/trivial/Makefile
parent6ff1cf5b82488dc5a07513b0806c23e70f7a665e (diff)
trivial: exercise vertprog sligtly
Diffstat (limited to 'progs/trivial/Makefile')
-rw-r--r--progs/trivial/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/trivial/Makefile b/progs/trivial/Makefile
index c868ab6e6f..65937f2f3f 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=%)