# Makefile for Avrora. How simple can it get?

all:
	javac -d ../bin/ `cat javafiles`
