change version to 0.0.0
[flibbertigibbet] / makefile
CommitLineData
fa24711e 1# tl;dr AGPLv3+
2# copyright info at bottom
3
4all:test
5
6test:
7 @./test.bash
8
9test-staged:
10 @./test-staged.bash
11
12# flibbertigibbet is a lein new flibbertigibbet project-name
13# Copyright (C) 2016 daniel watson
14
15# This file is part of flibbertigibbet.
16
17# flibbertigibbet is free software: you can redistribute it and/or
18# modify it under the terms of the GNU Affero General Public License as
19# published by the Free Software Foundation, either version 3 of the
20# License, or (at your option) any later version.
21
22# flibbertigibbet is distributed in the hope that it
23# will be useful, but WITHOUT ANY WARRANTY; without even the implied
24# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See
25# the GNU General Affero Public License for more details.
26
27# You should have received a copy of the GNU Affero General Public License
28# along with flibbertigibbet. If not, see
29# <http://www.gnu.org/licenses/>.