Goofing around with qsort in C
plus making the compiler flags more angry.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user