mirror of
https://github.com/darlinghq/darling-newlkm.git
synced 2025-03-02 17:05:39 +00:00
9 lines
113 B
Bash
Executable File
9 lines
113 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# So that the user can see at least some build progress
|
|
unset MFLAGS
|
|
unset MAKEFLAGS
|
|
|
|
exec make "$@"
|
|
|