hyprland-plugins/hyprbars/Makefile
2023-05-01 01:03:10 +01:00

4 lines
205 B
Makefile

all:
g++ -shared -fPIC --no-gnu-unique main.cpp barDeco.cpp -o hyprbars.so -g -I "/usr/include/pixman-1" -I "/usr/include/libdrm" $(shell pkg-config --cflags hyprland) -std=c++23
clean:
rm ./hyprbars.so