sinpin-vr/Makefile

8 lines
112 B
Makefile

build:
CPATH=. g++ -lX11 -lglfw -lGL openvr/libopenvr_api.so src/main.cpp -o overlay
run: build
./overlay