diff options
author | Brian Paul <[email protected]> | 2009-04-18 13:00:48 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-04-18 13:00:48 -0600 |
commit | 292e1920930dad242b1130cb2b7b4ced2a3024f8 (patch) | |
tree | c35c5757601c455dcf31e1490a65b75461d82617 /progs/tests/Makefile | |
parent | f47495ec42491f1c32391f29e5ed8819eaef6ee2 (diff) |
demos: move tests/fbotexture.c to demos/
Diffstat (limited to 'progs/tests/Makefile')
-rw-r--r-- | progs/tests/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/progs/tests/Makefile b/progs/tests/Makefile index cd6c496961c..7dfc65807a3 100644 --- a/progs/tests/Makefile +++ b/progs/tests/Makefile @@ -43,7 +43,6 @@ SOURCES = \ floattex.c \ fbotest1.c \ fbotest2.c \ - fbotexture.c \ fillrate.c \ fog.c \ fogcoord.c \ |