mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
4 lines
105 B
Bash
Executable File
4 lines
105 B
Bash
Executable File
#!/bin/sh
|
|
export CFLAGS="-O2 -Wall"
|
|
`dirname $0`/configure $* --prefix=/home/tridge/samba/samba4/prefix
|