makesweave: makesweave.c
	gcc makesweave.c -o makesweave

install:
	make makesweave
	install makesweave /usr/bin

clean:
	rm -f makesweave

