mirror of
https://github.com/hyprwm/hyprland-plugins.git
synced 2024-11-08 12:35:59 +01:00
5 lines
181 B
Makefile
5 lines
181 B
Makefile
|
all:
|
||
|
$(CXX) -shared -fPIC --no-gnu-unique main.cpp overview.cpp -o hyprexpo.so -g `pkg-config --cflags pixman-1 libdrm hyprland` -std=c++2b -Wno-narrowing
|
||
|
clean:
|
||
|
rm ./hyprexpo.so
|