mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-22 15:37:59 +00:00
6 lines
73 B
Bash
Executable file
6 lines
73 B
Bash
Executable file
#!/bin/sh -e
|
|
cd ..
|
|
make distclean
|
|
autoreconf -fiv
|
|
./configure
|
|
make check
|