Finally getting around to playing with getopt in C

This commit is contained in:
Dan Buch
2012-05-29 15:22:51 -04:00
parent 13257b1ecc
commit 2fa6c49132
3 changed files with 47 additions and 1 deletions

View File

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