Reorganized directory structure

This commit is contained in:
Michael Jumper
2010-09-24 22:55:30 -07:00
parent d0b3507e13
commit 570225b5ce
56 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
.PHONY: client clean
all: client
client:
ant war
clean:
ant clean