mirror of
https://github.com/CrispyPin/sinpin-vr.git
synced 2024-11-25 19:40:26 +01:00
rename executable
This commit is contained in:
parent
1134e37b10
commit
cc89c8cbc5
2 changed files with 3 additions and 3 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,2 +1,2 @@
|
|||
overlay
|
||||
sinpin_vr
|
||||
.vscode/
|
||||
|
|
4
Makefile
4
Makefile
|
@ -4,7 +4,7 @@ CC := clang++
|
|||
LFLAGS := -lX11 -lXrandr -lglfw -lGL
|
||||
LIBS := openvr/libopenvr_api.so
|
||||
SRC := src/*.cpp
|
||||
OUT := ./overlay
|
||||
OUT := ./sinpin_vr
|
||||
CPPFLAGS := -Wall -std=c++17 $(LFLAGS) $(LIBS) $(SRC) -o $(OUT)
|
||||
|
||||
build:
|
||||
|
@ -14,5 +14,5 @@ release:
|
|||
$(CC) $(CPPFLAGS)
|
||||
|
||||
run: build
|
||||
./overlay
|
||||
$(OUT)
|
||||
|
||||
|
|
Loading…
Reference in a new issue