mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-26 23:42:22 +01:00
8 lines
129 B
Bash
Executable File
8 lines
129 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
# Create configure and makefile stuff...
|
|
#
|
|
|
|
autoreconf -ivf -Wall
|
|
ln -s -f ../../pre-commit.sh .git/hooks/pre-commit
|