hyprland-plugins/hyprbars/Makefile

5 lines
205 B
Makefile
Raw Normal View History

2023-02-28 21:30:51 +01:00
all:
2023-05-01 02:03:10 +02:00
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
2023-02-28 21:30:51 +01:00
clean:
rm ./hyprbars.so