diff options
Diffstat (limited to 'src/glew/Makefile')
-rw-r--r-- | src/glew/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/glew/Makefile b/src/glew/Makefile index 49ee8b6594..8e6ccb4f7c 100644 --- a/src/glew/Makefile +++ b/src/glew/Makefile @@ -37,6 +37,9 @@ $(TOP)/$(LIB_DIR)/$(GLEW_LIB_NAME): depend $(OBJECTS) $(MKLIB) -o $(GLEW_LIB) -static -install $(TOP)/$(LIB_DIR) $(OBJECTS) +install: + + clean: -rm -f *.o *~ -rm -f depend depend.bak |