major reorganisation
[rrq/rrqmisc.git] / htable / Makefile
1 LIBRARY = librrqhtable.a
2 LIBOBJS = htable.o
3
4 default: $(LIBRARY) example-htable
5 CLEANRM += $(LIBRARY)
6
7 include ../common.mk
8
9 .INTERMEDIATE: example-htable.o
10 example-htable: CFLAGS = -Wall -g
11 example-htable: example-htable.o $(LIBRARY)
12
13 CLEANRM += example-htable
14