all: echo "int foo() {return 2;} " > ../build/just_make_mk.c gcc -shared ../build/just_make_mk.c -o ../build/just_make/libfoo.so