mirror of
https://github.com/hyprwm/hyprland-plugins.git
synced 2025-02-16 23:22:07 +01:00
Only Gold and LLD implement --no-gnu-unique but Makefile is too primitive to figure out which toolchain is used by default.
4 lines
170 B
Makefile
4 lines
170 B
Makefile
all:
|
|
$(CXX) -shared -fPIC 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
|