mirror of
https://github.com/hyprwm/hyprland-plugins.git
synced 2024-11-02 02:15:57 +01:00
5 lines
171 B
Makefile
5 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
|