# Copyright (C)  2006  Daniele Zelante

# This file is part of copyblock.
# 
# copyblock is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
# 
# copyblock 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 Public License for more details.
# 
# You should have received a copy of the GNU General Public License
# along with copyblock; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA

#@LICENSE
# $Id: Makefile,v 1.6 2006/08/20 10:17:03 zeldan Exp $

.PHONY: all
.PHONY: clean
.PHONY: tarball

all:
	gmake all

clean:
	gmake clean

tarball:
	gmake tarball

install:
	gmake install
