diff options
author | Brian <[email protected]> | 2007-07-24 10:00:29 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-07-24 10:00:29 -0600 |
commit | 9110dbd9b2b598183815ed113dd690051d42e5f0 (patch) | |
tree | 18d5950d67015c06f7b5e6c0e949f7f5ccf2e7b9 /progs/trivial/Makefile | |
parent | 47fafcf06f04c0db2d9908f30cfce6cd564d8973 (diff) |
simple fragment shader test
Diffstat (limited to 'progs/trivial/Makefile')
-rw-r--r-- | progs/trivial/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/progs/trivial/Makefile b/progs/trivial/Makefile index e1ce6b5a1ed..2edf0ae0084 100644 --- a/progs/trivial/Makefile +++ b/progs/trivial/Makefile @@ -12,6 +12,7 @@ LIBS = $(APP_LIB_DEPS) SOURCES = \ clear.c \ + fs-tri.c \ line-clip.c \ line-cull.c \ line-userclip-clip.c \ @@ -138,6 +139,11 @@ readtex.c: $(TOP)/progs/util/readtex.c ln -s $(TOP)/progs/util/readtex.c . +fs-tri: fs-tri.c extfuncs.h + + +extfuncs.h: $(TOP)/progs/util/extfuncs.h + cp $< . # Emacs tags |