updated Makefile
git-svn-id: svn://anubis/gvsu@265 45c1a28c-8058-47b2-ae61-ca45b979098e
This commit is contained in:
parent
c96f382b3d
commit
79df31d59e
@ -3,7 +3,8 @@ RESTLET_DIR := $(HOME)/restlet/lib
|
|||||||
nullstring :=
|
nullstring :=
|
||||||
space := $(nullstring) #
|
space := $(nullstring) #
|
||||||
RESTLET_JARS := $(subst $(space),:,$(shell find $(RESTLET_DIR) -iname '*.jar'))
|
RESTLET_JARS := $(subst $(space),:,$(shell find $(RESTLET_DIR) -iname '*.jar'))
|
||||||
export CLASSPATH += $(RESTLET_JARS)
|
NEWCLASSPATH := $(CLASSPATH):$(RESTLET_JARS)
|
||||||
|
export CLASSPATH := $(NEWCLASSPATH)
|
||||||
|
|
||||||
all:
|
all:
|
||||||
javac *.java
|
javac *.java
|
||||||
|
Loading…
x
Reference in New Issue
Block a user