mirror of
https://github.com/hyprwm/hyprland-plugins.git
synced 2024-11-08 04:25:59 +01:00
4 lines
171 B
Makefile
4 lines
171 B
Makefile
all:
|
|
$(CXX) -shared -fPIC --no-gnu-unique main.cpp trail.cpp -o hyprtrails.so -g `pkg-config --cflags pixman-1 libdrm hyprland` -std=c++2b -O2
|
|
clean:
|
|
rm ./hyprtrails.so
|