mirror of
https://github.com/AuxXxilium/kmod.git
synced 2024-12-22 06:27:58 +07:00
5 lines
91 B
Bash
Executable File
5 lines
91 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. ./bootstrap && \
|
|
exec ./configure CFLAGS="-g -O2 -Werror" $args $hackargs $*
|