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