mirror of
https://github.com/CrispyPin/sinpin-vr.git
synced 2024-11-12 21:20:27 +01:00
8 lines
124 B
Makefile
8 lines
124 B
Makefile
|
|
|
|
build:
|
|
CPATH=. g++ -Wall -lX11 -lXrandr -lglfw -lGL openvr/libopenvr_api.so src/*.cpp -o overlay
|
|
|
|
run: build
|
|
./overlay
|
|
|