parallel/bootstrap

9 lines
221 B
Plaintext
Raw Normal View History

2018-01-22 16:23:23 +00:00
#!/bin/bash
2021-04-22 16:20:41 +00:00
# SPDX-FileCopyrightText: 2021 Ole Tange, http://ole.tange.dk and Free Software and Foundation, Inc.
# SPDX-License-Identifier: GPL-3.0-or-later
2018-01-22 16:23:23 +00:00
2021-04-22 16:20:41 +00:00
autoreconf --install -W gnu &&
./configure &&
make -j