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