all: port.c mymem.c; gcc -shared -o libport.lso -fPIC port.c -I.; gcc -shared -o libmem.lso -fPIC mymem.c -I.
