#
# tools/Makefile
#
# This file is part of webCDwriter - Network CD Writing.
#
# Copyright (C) 2003-2004 Jrg P. M. Haeger
#
# webCDwriter is free software. See CDcreator.java for details.
#

include ../config

install:
	install -d -m 755 $(BINDIR)/
	$(INSTALL) -m 755 tar2rpm.sh $(BINDIR)/

clean:
	rm -rf .[!.]*
	rm -f *~ *.o core
