restore parent link in autoindex and add comments
This commit is contained in:
parent
189803ab52
commit
55042768e5
4 changed files with 42 additions and 15 deletions
5
Makefile
5
Makefile
|
@ -10,7 +10,10 @@ CFLAGS += -pedantic -Wall -Wextra -Wmissing-prototypes \
|
|||
all: vger
|
||||
|
||||
clean:
|
||||
rm -f vger *.core *.o
|
||||
find . -name vger -o \
|
||||
-name \*\.o -o \
|
||||
-name \*\.core \
|
||||
-delete
|
||||
|
||||
vger: main.o mimes.o utils.o opts.h
|
||||
${CC} ${CFLAGS} -o $@ main.o mimes.o utils.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue