mirror of
https://github.com/hyprwm/hyprland-plugins.git
synced 2024-12-22 15:09:47 +01:00
5 lines
226 B
Makefile
5 lines
226 B
Makefile
|
all:
|
||
|
$(CXX) -shared -fPIC --no-gnu-unique main.cpp -o xtra-dispatchers.so -g `pkg-config --cflags pixman-1 libdrm hyprland pangocairo libinput libudev wayland-server xkbcommon` -std=c++2b -O2
|
||
|
clean:
|
||
|
rm ./xtra-dispatchers.so
|