mirror of
https://github.com/Kugelschieber/vk-experiments.git
synced 2026-01-18 14:50:27 +00:00
5 lines
74 B
Bash
Executable File
5 lines
74 B
Bash
Executable File
#!/bin/bash
|
|
|
|
gcc `pkg-config --static --libs glfw3` -o main main.c
|
|
./main
|