mirror of
https://github.com/CrispyPin/sinpin-vr.git
synced 2024-11-12 21:20:27 +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
|
||
|
|