gvsu/cs656/lab3/Makefile
josh bf89c8c9f2 added properties files, lib directory, Makefile, and run script
git-svn-id: svn://anubis/gvsu@211 45c1a28c-8058-47b2-ae61-ca45b979098e
2008-10-26 22:59:15 +00:00

7 lines
97 B
Makefile

all:
javac -cp .:lib/openchord_1.0.4.jar:lib/log4j.jar *.java
clean:
-rm -f *~ *.class