diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2008-04-28 18:43:27 +0100 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2008-04-28 18:43:27 +0100 |
commit | 9fb444f191015b44498a5c83d762519ccc98ed55 (patch) | |
tree | c6cd853b5cccf1e69b81a859a3b5e0b991aac559 /src | |
parent | 546ab045d8a18758ffc44da9dc76ad1335553cf6 (diff) |
tsgi: add a makefile
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/auxiliary/tgsi/exec/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/tgsi/exec/Makefile b/src/gallium/auxiliary/tgsi/exec/Makefile new file mode 100644 index 0000000000..451911a354 --- /dev/null +++ b/src/gallium/auxiliary/tgsi/exec/Makefile @@ -0,0 +1,2 @@ +default: + cd .. ; make |