hyprland-plugins/borders-plus-plus/Makefile

5 lines
243 B
Makefile
Raw Permalink Normal View History

2023-02-27 16:24:28 +01:00
all:
$(CXX) -shared -fPIC --no-gnu-unique main.cpp borderDeco.cpp -o borders-plus-plus.so -g `pkg-config --cflags pixman-1 libdrm hyprland pangocairo libinput libudev wayland-server xkbcommon` -std=c++2b -O2
2023-02-27 16:24:28 +01:00
clean:
rm ./borders-plus-plus.so