hyprland-plugins/borders-plus-plus/Makefile

5 lines
226 B
Makefile
Raw Normal View History

2023-02-27 16:24:28 +01:00
all:
2023-05-01 02:03:10 +02:00
g++ -shared -fPIC --no-gnu-unique main.cpp borderDeco.cpp -o borders-plus-plus.so -g -I "/usr/include/pixman-1" -I "/usr/include/libdrm" $(shell pkg-config --cflags hyprland) -std=c++23
2023-02-27 16:24:28 +01:00
clean:
rm ./borders-plus-plus.so