Spaces:
Runtime error
Runtime error
File size: 153 Bytes
e4545e2 |
1 2 3 4 5 6 7 8 9 10 |
#! /bin/bash
#
# travis.sh
# Copyright (C) 2020 Jiayuan Mao <maojiayuan@gmail.com>
#
# Distributed under terms of the MIT license.
#
make clean && make
|