CFLAGS=-O
shar: shar.o traverse.o getopt.o
	cc $(CFLAGS) -o shar shar.o traverse.o getopt.o
traverse:
	cc -o traverse -DSTANDALONE traverse.c
