box-o-sand/digressions/Makefile

9 lines
151 B
Makefile
Raw Normal View History

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