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