Makefile
changeset 25 6cf883f9c506
parent 24 9cdad6c45b47
child 26 d227047a3e88
--- a/Makefile
+++ b/Makefile
@@ -41,7 +41,8 @@
 	prog_limit \
 	connection \
 	copy \
-	function_pointers
+	function_pointers \
+	sort
 
 .SUFFIXES: .c .cc .asm
 
@@ -225,6 +226,10 @@
 	@echo Linking $< ...
 	@$(CC) -o $@ $<
 
+sort: sort.o
+	@echo Linking $< ...
+	@$(CC) -o $@ $<
+
 .PHONY: clean uninstall
 
 clean: