mirror of
https://github.com/CrispyPin/sinpin-vr.git
synced 2024-11-22 18:10:26 +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
|
||||
# CC := g++
|
||||
CC := clang++
|
||||
VERSION=v0.2.2
|
||||
CC := g++
|
||||
# CC := clang++
|
||||
LFLAGS := -lX11 -lXrandr -lXtst -lglfw -lGL
|
||||
LIBS := openvr/libopenvr_api.so
|
||||
SRC := src/*.cpp
|
||||
|
|
Loading…
Reference in a new issue