mirror of
https://github.com/AuxXxilium/kmod.git
synced 2024-11-24 07:20:52 +07:00
5 lines
93 B
Bash
Executable File
5 lines
93 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. ./bootstrap && \
|
|
exec ./configure CFLAGS="-g -O2 -Werror" $args $hackargs "$@"
|