CC=qcl
#CFLAGS=-Od -Zi

unshar.exe: Makefile unshar.obj getopt.obj index.obj
	$(CC) -o unshar -F 8000 unshar.obj getopt.obj index.obj
