waf

FORK: waf with some random patches
git clone https://git.neptards.moe/neptards/waf.git
Log | Files | Refs | README

Makefile (133B)


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