e4fa4e21-a400-4256-be7d-4bf45aee31b0
[coding-replay] / makefile
CommitLineData
200e5ef2 1# GNU AGPLv3 (or later at your option)
2# see bottom for more license info.
3# please keep this notice.
4# This file is part of coding-replay.
5
6.PHONY: test
7
8test:
9802d9e3 9 shellcheck -s bash coding-replay.bash
200e5ef2 10
11# coding-replay is free software: you can redistribute it and/or modify it
12# under the terms of the GNU Affero General Public License as published
13# by the Free Software Foundation, either version 3 of the License, or
14# (at your option) any later version.
15
16# coding-replay is distributed in the hope that it will be useful, but
17# WITHOUT ANY WARRANTY; without even the implied warranty of
18# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19# GNU Affero General Public License for more details.
20
21# You should have received a copy of the GNU Affero General Public
22# License along with coding-replay. If not, see
23# <http://www.gnu.org/licenses/>.