LIBRARY = librrqhtable.a LIBOBJS = htable.o default: $(LIBRARY) example-htable CLEANRM += $(LIBRARY) include ../common.mk .INTERMEDIATE: example-htable.o example-htable: CFLAGS = -Wall -g example-htable: example-htable.o $(LIBRARY) CLEANRM += example-htable