diff options
Diffstat (limited to 'src/gallium/aux/tgsi/exec/Makefile')
-rw-r--r-- | src/gallium/aux/tgsi/exec/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/aux/tgsi/exec/Makefile b/src/gallium/aux/tgsi/exec/Makefile new file mode 100644 index 0000000000..eb8b14e0e8 --- /dev/null +++ b/src/gallium/aux/tgsi/exec/Makefile @@ -0,0 +1,3 @@ +default: + cd ../../.. ; make + |