# tl;dr AGPLv3+
# copyright info at bottom

all:test

.PHONY:test test-staged

test:
	@./test.bash

test-staged:
	@./test-staged.bash

# {{name}} is <fill in a one line description of your program>
# Copyright (C) {{year}} {{author}}

# This file is part of {{name}}.

# {{name}} is free software: you can redistribute it and/or
# modify it under the terms of the GNU Affero General Public License as
# published by the Free Software Foundation, either version 3 of the
# License, or (at your option) any later version.

# {{name}} is distributed in the hope that it
# will be useful, but WITHOUT ANY WARRANTY; without even the implied
# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See
# the GNU General Affero Public License for more details.

# You should have received a copy of the GNU Affero General Public License
# along with {{name}}.  If not, see
# <http://www.gnu.org/licenses/>.
