whe.el

emacs support for the thrustmaster t-150 steering wheel
Log | Files | Refs | README

Makefile (127B)


      1 build:	
      2 	g++ -fPIC -c wheelmacs.cpp -std=c++17
      3 	g++ -shared -o wheel.so wheelmacs.o xdo.o /usr/lib/x86_64-linux-gnu/libXtst.a
      4