Makefile
changeset 26 d227047a3e88
parent 25 6cf883f9c506
child 30 d037c433ec3e
--- a/Makefile
+++ b/Makefile
@@ -42,7 +42,8 @@
 	connection \
 	copy \
 	function_pointers \
-	sort
+	sort \
+	min2time
 
 .SUFFIXES: .c .cc .asm
 
@@ -230,6 +231,10 @@
 	@echo Linking $< ...
 	@$(CC) -o $@ $<
 
+min2time: min2time.o
+	@echo Linking $< ...
+	@$(CC) -o $@ $<
+
 .PHONY: clean uninstall
 
 clean: