all:
	$(CC) -O2 -g -DSTDC_HEADERS -DHAVE_UNISTD_H -DDEBUG -DHAVE_ZLIB -o libtar_test libtar.c -lz -ltar

