hyprland-plugins/hyprexpo/Makefile

5 lines
181 B
Makefile
Raw Normal View History

2024-04-03 20:14:34 +02:00
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