Finally getting around to playing with getopt in C
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user