mirror of
https://github.com/JakeHillion/scx.git
synced 2024-12-03 06:17:11 +00:00
6 lines
141 B
C
6 lines
141 B
C
|
// This exists only to get the same compiler and flags meson uses.
|
||
|
// See build_libbpf script for more info
|
||
|
int main(void) {
|
||
|
return 0;
|
||
|
}
|