diff options
author | Keith Whitwell <[email protected]> | 2005-01-07 10:36:14 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2005-01-07 10:36:14 +0000 |
commit | b3d772bd9a09cfdcfbbf31c54d888d88311318ee (patch) | |
tree | 6ce68289338ea82cc803a18c76959e54b1844756 /src/mesa/x86 | |
parent | 5cd24d4dc2dc8520a60b61fc696a899062de6e5c (diff) |
Add a clean target to remove generated files.
Diffstat (limited to 'src/mesa/x86')
-rw-r--r-- | src/mesa/x86/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/x86/Makefile b/src/mesa/x86/Makefile index 125f8937d35..0b15357c57a 100644 --- a/src/mesa/x86/Makefile +++ b/src/mesa/x86/Makefile @@ -18,6 +18,9 @@ INCLUDE_DIRS = \ default: matypes.h +clean: + rm -f matypes.h gen_matypes + # need some special rules here, unfortunately matypes.h: ../main/mtypes.h ../tnl/t_context.h gen_matypes.c |