X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=vector%2FMakefile;h=7c5268d0b7aa65ce6991d857489795c7c24d75f1;hb=3b3612fe1ee2d1ddd6534b7f79601733fd117a0a;hp=0fb332e827317d0684e92bef571a038b3c5083b5;hpb=475928381654054e66270d48001c1a9b6e4258b6;p=rrq%2Frrqmisc.git diff --git a/vector/Makefile b/vector/Makefile index 0fb332e..7c5268d 100644 --- a/vector/Makefile +++ b/vector/Makefile @@ -1,11 +1,13 @@ LIBRARY = libvector.a LIBOBJS = vector.o hashvector.o +LIBOBJS += integeritem.o stringitem.o tupleitem.o default: $(LIBRARY) all: default CFLAGS = -Wall -g -fmax-errors=1 -I. +LDLIBS = -lm define STDCC .INTERMEDIATE: $1.o