goofing around with URLs in java

This commit is contained in:
Dan Buch
2012-05-06 23:25:22 -04:00
parent b70a59831a
commit f4f658a7f7
2 changed files with 56 additions and 1 deletions

View File

@@ -1,5 +1,8 @@
CFLAGS += -g -Wall -Wextra
all: temperatures
%.class:%.java
javac -d $(PWD) $^
all: temperatures URLParts.class
.PHONY: all