Add a clean target to remove generated files.

This commit is contained in:
Keith Whitwell 2005-01-07 10:36:14 +00:00
parent 5cd24d4dc2
commit b3d772bd9a

View 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