all: qcat squidge unsquidg
 echo All up to date

squidge: squidge.o freel.o lru.o sperror.o findblck.o blokcomp.o tigrende.o wordende.o
 cc -o squidge squidge.o freel.o lru.o sperror.o findblck.o blokcomp.o tigrende.o wordende.o

unsquidg: unsquidg.o freel.o lru.o sperror.o findblck.o blokcomp.o tigrende.o wordende.o
 cc -o unsquidg unsquidg.o freel.o lru.o sperror.o findblck.o blokcomp.o tigrende.o wordende.o

qcat: qcat.o fileio.o freel.o lru.o sperror.o findblck.o blokcomp.o tigrende.o wordende.o
 cc -o qcat qcat.o fileio.o freel.o lru.o sperror.o findblck.o blokcomp.o tigrende.o wordende.o

squidge.o: squidge.c
 cc -c squidge.c

unsquidg.o: unsquidg.c
 cc -c unsquidg.c

tigrende.o: tigrende.c
 cc -c tigrende.c

wordende.o: wordende.c
 cc -c wordende.c

blokcomp.o: blokcomp.c
 cc -c blokcomp.c

findblck.o: findblck.c
 cc -c findblck.c

sperror.o: sperror.c sperror.h
 cc -c sperror.c

qcat.o: qcat.c
 cc -c qcat.c

fileio.o: fileio.c
 cc -c fileio.c

freel.o: freel.c
 cc -c freel.c

lru.o: lru.c
 cc -c lru.c
