mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-26 11:51:20 +01:00
6 lines
133 B
Makefile
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
|
|
|