95ba5f01-6416-482f-b4af-d506b871e4bd
[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:
9 bash -n coding-replay.bash
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/>.