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

include ../config

install:
	install -d -m 755 $(ROOT)/usr/bin/
	$(INSTALL) -m 755 tar2rpm.sh $(ROOT)/usr/bin/

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