mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 06:40:11 +01:00
Add a clean target to remove generated files.
This commit is contained in:
parent
5cd24d4dc2
commit
b3d772bd9a
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue