2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2024-11-26 11:51:20 +01:00
waf/playground/extern_makefile/just_make/Makefile
2014-03-04 08:22:48 +01:00

6 lines
133 B
Makefile

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