waf/playground/extern_makefile/just_make/Makefile

6 lines
133 B
Makefile
Raw Permalink Normal View History

2011-09-10 11:13:51 +02:00
all:
2014-03-04 08:22:48 +01:00
echo "int foo() {return 2;} " > ../build/just_make_mk.c
gcc -shared ../build/just_make_mk.c -o ../build/just_make/libfoo.so