glsl: make 'make clean' work properly.

this has make clean remove all the objects.
This commit is contained in:
Dave Airlie
2010-08-24 16:10:28 +10:00
parent e5df3cc286
commit f122dba59a

View File

@@ -131,7 +131,7 @@ depend: $(ALL_SOURCES) Makefile
# Remove .o and backup files
clean:
rm -f $(OBJECTS) lib$(LIBNAME).a depend depend.bak
rm -f $(GLCPP_OBJECTS) $(GLSL2_OBJECTS) $(OBJECTS) lib$(LIBNAME).a depend depend.bak
-rm -f $(APPS)
# Dummy target