--- 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: