diff --git a/Makefile b/Makefile --- 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: