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