changeset 24 | 9cdad6c45b47 |
parent 11 | 0a8be4eac87e |
child 25 | 6cf883f9c506 |
--- 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: