From: Keith Whitwell Date: Fri, 7 Jan 2005 10:36:14 +0000 (+0000) Subject: Add a clean target to remove generated files. X-Git-Tag: mesa-7.8~10019 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b3d772bd9a09cfdcfbbf31c54d888d88311318ee;p=platform%2Fupstream%2Fmesa.git Add a clean target to remove generated files. --- diff --git a/src/mesa/x86/Makefile b/src/mesa/x86/Makefile index 125f893..0b15357 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