mirror of
https://github.com/hyprwm/hyprland-plugins.git
synced 2026-04-02 12:47:22 +00:00
5 lines
186 B
Makefile
5 lines
186 B
Makefile
all:
|
|
$(CXX) -shared -fPIC --no-gnu-unique main.cpp borderDeco.cpp -o borders-plus-plus.so -g `pkg-config --cflags pixman-1 libdrm hyprland` -std=c++2b
|
|
clean:
|
|
rm ./borders-plus-plus.so
|