Makefile
changeset 43 cf8c1b5127b2
parent 41 574503cf7bb0
child 45 7197576fedcf
--- 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: