diff options
author | Keith Whitwell <[email protected]> | 2008-02-15 11:18:04 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2008-02-15 11:18:04 +0000 |
commit | 30d0bacf7aecfb6013ddd665d7385209899eeebd (patch) | |
tree | ce764e101617349add47e4250aed1adde8b6407e /src/gallium/auxiliary/tgsi/exec/Makefile | |
parent | 6ac2c1cc0cd1253ba2014d459010032127f185ec (diff) | |
parent | 66f22aa3bf7fa546e946b45156aa578e202982c9 (diff) |
Merge commit 'origin/gallium-0.1' into gallium-0.1
Diffstat (limited to 'src/gallium/auxiliary/tgsi/exec/Makefile')
-rw-r--r-- | src/gallium/auxiliary/tgsi/exec/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/tgsi/exec/Makefile b/src/gallium/auxiliary/tgsi/exec/Makefile new file mode 100644 index 00000000000..eb8b14e0e89 --- /dev/null +++ b/src/gallium/auxiliary/tgsi/exec/Makefile @@ -0,0 +1,3 @@ +default: + cd ../../.. ; make + |