projects
/
demo_prior
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fixed incorrect checking of the existence of GLX_EXT_swap_control and friends
[demo_prior]
/
libs
/
glew
/
Makefile
1
obj = glew.o
2
alib = libglew_static.a
3
4
CFLAGS = -DGLEW_STATIC -DGLEW_INCLUDE=\"glew.h\"
5
6
$(alib): $(obj)
7
$(AR) rcs $@ $(obj)
8
9
.PHONY: clean
10
clean:
11
rm -f $(obj) $(alib)