Merge branch 'master' of https://github.com/dopefishh/tt2015
[tt2015.git] / a2 / code / server / Makefile
1 all: Main.class
2
3 %.class: %.java
4 javac $<
5
6 clean:
7 $(RM) *.class