updated Makefile

git-svn-id: svn://anubis/gvsu@263 45c1a28c-8058-47b2-ae61-ca45b979098e
This commit is contained in:
josh 2008-11-25 19:18:40 +00:00
parent 875855f5a2
commit 4527fe81d5

View File

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