box-o-sand/digressions/Makefile

9 lines
110 B
Makefile
Raw Normal View History

CFLAGS += -g -Wall -Wextra
2012-05-07 03:25:22 +00:00
%.class:%.java
javac -d $(PWD) $^
all: temperatures URLParts.class
.PHONY: all