gvsu/cs656/lab2/src/Makefile
josh 4642c73779 filled out PresenceServiceImpl.java, added Makefile
git-svn-id: svn://anubis/gvsu@139 45c1a28c-8058-47b2-ae61-ca45b979098e
2008-09-13 20:48:52 +00:00

7 lines
47 B
Makefile

all:
javac *.java
clean:
-rm -f *.class *~