diff --git a/Makefile b/Makefile --- a/Makefile +++ b/Makefile @@ -46,7 +46,8 @@ min2time \ recursive_compiler \ getpwnam_error \ - xmlparser + xmlparser \ + vector .SUFFIXES: .c .cc .asm @@ -250,6 +251,10 @@ @echo Linking $< ... @$(CC) -o $@ $< -lexpat +vector: vector.o + @echo Linking $< ... + @$(CPP) -o $@ $< + .PHONY: clean uninstall clean: