Add a clean target to remove generated files.
authorKeith Whitwell <keith@tungstengraphics.com>
Fri, 7 Jan 2005 10:36:14 +0000 (10:36 +0000)
committerKeith Whitwell <keith@tungstengraphics.com>
Fri, 7 Jan 2005 10:36:14 +0000 (10:36 +0000)
src/mesa/x86/Makefile

index 125f893..0b15357 100644 (file)
@@ -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