mirror of
https://github.com/CrispyPin/sinpin-vr.git
synced 2025-02-02 10:54:25 +01:00
8 lines
116 B
Makefile
8 lines
116 B
Makefile
|
|
|
|
build:
|
|
g++ -Wall -lX11 -lXrandr -lglfw -lGL openvr/libopenvr_api.so src/*.cpp -o overlay
|
|
|
|
run: build
|
|
./overlay
|
|
|