mirror of
https://github.com/CrispyPin/sinpin-vr.git
synced 2024-11-10 04:20:25 +01:00
9 lines
112 B
Makefile
9 lines
112 B
Makefile
|
|
||
|
|
||
|
build:
|
||
|
CPATH=. g++ -lX11 -lglfw -lGL openvr/libopenvr_api.so src/main.cpp -o overlay
|
||
|
|
||
|
run: build
|
||
|
./overlay
|
||
|
|