diff --git a/Makefile b/Makefile --- a/Makefile +++ b/Makefile @@ -40,7 +40,8 @@ mem2swap \ prog_limit \ connection \ - copy + copy \ + function_pointers .SUFFIXES: .c .cc .asm @@ -220,6 +221,10 @@ @echo Linking $< ... @$(CPP) -o $@ $< +function_pointers: function_pointers.o + @echo Linking $< ... + @$(CC) -o $@ $< + .PHONY: clean uninstall clean: