Skip to content
Snippets Groups Projects
Commit 5a7d1c97 authored by Emma Anholt's avatar Emma Anholt
Browse files

glsl: Fix make clean for dricore.

(cherry picked from commit abbbd14d)
parent 6ac55542
No related branches found
No related tags found
No related merge requests found
......@@ -154,7 +154,7 @@ clean: clean-dricore
-rm -f $(APPS)
clean-dricore:
-rm -f $(DRICORE_OBJ_DIR) $(TOP)/$(LIB_DIR)/libglsl.so libglsl.so
-rm -f $(OBJECTS_DRICORE) $(TOP)/$(LIB_DIR)/libglsl.so libglsl.so
ifneq (,$(DRICORE_GLSL_LIBS))
DRICORE_INSTALL_TARGET = install-dricore
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment