Goofing around with qsort in C

plus making the compiler flags more angry.
This commit is contained in:
Dan Buch
2012-05-29 15:01:12 -04:00
parent 86702165fe
commit b3cf0c7c5b
2 changed files with 36 additions and 2 deletions

View File

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