hyprland-plugins/hyprexpo/Makefile
2024-04-03 19:14:38 +01:00

4 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