Cube
This commit is contained in:
parent
0eb4680c48
commit
a2068517ec
3 changed files with 111 additions and 6 deletions
4
makefile
4
makefile
|
|
@ -21,6 +21,10 @@ CFLAGS += -Wno-unused-const-variable
|
|||
CFLAGS += -Wno-unused-macros
|
||||
CFLAGS += -O3
|
||||
CFLAGS += -Ilibadd/include
|
||||
CFLAGS += -lm
|
||||
CFLAGS += -lglfw
|
||||
CFLAGS += -lGL
|
||||
CFLAGS += -lGLU
|
||||
CFLAGS += -g
|
||||
|
||||
GITHASH = $(shell git rev-parse --short HEAD)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue