From b3d772bd9a09cfdcfbbf31c54d888d88311318ee Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Fri, 7 Jan 2005 10:36:14 +0000 Subject: Add a clean target to remove generated files. --- src/mesa/x86/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/mesa/x86') diff --git a/src/mesa/x86/Makefile b/src/mesa/x86/Makefile index 125f8937d3..0b15357c57 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 -- cgit v1.2.3