1
0
Fork 0
mirror of https://github.com/hyprwm/hyprland-plugins.git synced 2025-02-13 13:52:07 +01:00
hyprland-plugins/borders-plus-plus/Makefile

5 lines
190 B
Makefile
Raw Normal View History

2023-02-27 15:24:28 +00:00
all:
2023-11-04 00:48:52 +00:00
$(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
2023-02-27 15:24:28 +00:00
clean:
rm ./borders-plus-plus.so