Spaces:
Runtime error
Runtime error
File size: 162 Bytes
5704551 |
1 2 3 4 5 6 7 8 9 10 |
#! /bin/bash
#
# travis.sh
# Copyright (C) 2020 Jiayuan Mao <[email protected]>
#
# Distributed under terms of the MIT license.
#
make clean && make
|