box-o-sand/digressions/Makefile
Dan Buch b3cf0c7c5b Goofing around with qsort in C
plus making the compiler flags more angry.
2012-05-29 15:01:12 -04:00

9 lines
151 B
Makefile

CFLAGS += -g -Wall -Wextra -pedantic -pedantic-errors
%.class:%.java
javac -d $(PWD) $^
all: temperatures qsort-example URLParts.class
.PHONY: all