mirror of
https://github.com/ChronosX88/netsukuku.git
synced 2024-11-22 18:22:18 +00:00
8 lines
83 B
Bash
Executable File
8 lines
83 B
Bash
Executable File
#!/bin/sh
|
|
|
|
make clean
|
|
autoreconf -i
|
|
CFLAGS="-g" ./configure
|
|
make
|
|
sudo make install
|