Add dummy install target for glew to fix 'make install'

Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>
This commit is contained in:
Dan Nicholson 2009-02-13 07:31:24 -08:00
parent 2977cee38e
commit c273dfe6a2
1 changed files with 3 additions and 0 deletions

View File

@ -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