moved src/edu to ., removed src

git-svn-id: svn://anubis/gvsu@260 45c1a28c-8058-47b2-ae61-ca45b979098e
This commit is contained in:
josh 2008-11-25 19:09:10 +00:00
parent 8806765cac
commit df7101d9bf
3 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
RESTLET_DIR := $(HOME)/restlet/lib
RESTLET_JARS := $(subst " ",":",$(shell find $RESTLET_DIR -iname '*.jar'))
RESTLET_JARS := $(subst " ",":",$(shell find $(RESTLET_DIR) -iname '*.jar'))
CLASSPATH += $(RESTLET_JARS)
all:
echo Classpath: $$CLASSPATH
echo CLASSPATH = $$CLASSPATH
javac *.java
clean: