updated Makefile

git-svn-id: svn://anubis/gvsu@265 45c1a28c-8058-47b2-ae61-ca45b979098e
This commit is contained in:
josh 2008-11-25 19:41:27 +00:00
parent c96f382b3d
commit 79df31d59e

View File

@ -3,7 +3,8 @@ RESTLET_DIR := $(HOME)/restlet/lib
nullstring :=
space := $(nullstring) #
RESTLET_JARS := $(subst $(space),:,$(shell find $(RESTLET_DIR) -iname '*.jar'))
export CLASSPATH += $(RESTLET_JARS)
NEWCLASSPATH := $(CLASSPATH):$(RESTLET_JARS)
export CLASSPATH := $(NEWCLASSPATH)
all:
javac *.java