diff options
author | Dan Nicholson <dbn.lists@gmail.com> | 2009-02-13 07:31:24 -0800 |
---|---|---|
committer | Dan Nicholson <dbn.lists@gmail.com> | 2009-02-13 07:41:51 -0800 |
commit | c273dfe6a28d4bb64ce167685b4053d22db5a727 (patch) | |
tree | 34e62cc9672be9235ff89d9e1f5f37c76be93e37 /src | |
parent | 2977cee38e21b8e5ebba1635b101185d64ee44a9 (diff) |
Add dummy install target for glew to fix 'make install'
Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>
Diffstat (limited to 'src')
-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 |