mirror of
https://github.com/CrispyPin/sinpin-vr.git
synced 2024-11-10 04:20:25 +01:00
bump version
This commit is contained in:
parent
6f44ea6b5a
commit
ebb52a404d
1 changed files with 3 additions and 3 deletions
6
Makefile
6
Makefile
|
@ -1,6 +1,6 @@
|
||||||
VERSION=v0.2.1
|
VERSION=v0.2.2
|
||||||
# CC := g++
|
CC := g++
|
||||||
CC := clang++
|
# CC := clang++
|
||||||
LFLAGS := -lX11 -lXrandr -lXtst -lglfw -lGL
|
LFLAGS := -lX11 -lXrandr -lXtst -lglfw -lGL
|
||||||
LIBS := openvr/libopenvr_api.so
|
LIBS := openvr/libopenvr_api.so
|
||||||
SRC := src/*.cpp
|
SRC := src/*.cpp
|
||||||
|
|
Loading…
Reference in a new issue