gvsu/cs656/lab4/Makefile
josh 4527fe81d5 updated Makefile
git-svn-id: svn://anubis/gvsu@263 45c1a28c-8058-47b2-ae61-ca45b979098e
2008-11-25 19:18:40 +00:00

11 lines
206 B
Makefile

RESTLET_DIR := $(HOME)/restlet/lib
RESTLET_JARS := $(subst " ",":",$(shell find $(RESTLET_DIR) -iname '*.jar'))
export CLASSPATH += $(RESTLET_JARS)
all:
javac *.java
clean:
-rm -f *~ *.class