hyprland-plugins/csgo-vulkan-fix/Makefile

5 lines
207 B
Makefile
Raw Normal View History

2023-02-27 15:02:21 +01:00
all:
2023-05-01 02:03:10 +02:00
g++ -shared -fPIC --no-gnu-unique main.cpp -o csgo-vulkan-fix.so -g -I "/usr/include/pixman-1" -I "/usr/include/libdrm" $(shell pkg-config --cflags hyprland) -std=c++23
2023-02-27 15:02:21 +01:00
clean:
rm ./csgo-vulkan-fix.so