gallium: added CLEAN_EXTRA var for make clean target

This commit is contained in:
Brian Paul 2010-07-14 14:34:45 -06:00
parent f8d81c31ce
commit 1957bef995

View file

@ -45,7 +45,7 @@ tags:
# Remove .o and backup files
clean:
rm -f $(OBJECTS) $(GENERATED_SOURCES) $(PROGS) lib$(LIBNAME).a depend depend.bak
rm -f $(OBJECTS) $(GENERATED_SOURCES) $(PROGS) lib$(LIBNAME).a depend depend.bak $(CLEAN_EXTRA)
# Dummy target
install: