mirror of
https://github.com/hyprwm/hyprland-plugins.git
synced 2024-11-02 18:25:58 +01:00
4 lines
190 B
Makefile
4 lines
190 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 -O2
|
|
clean:
|
|
rm ./borders-plus-plus.so
|