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