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