waf

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

Makefile (121B)


      1 all:
      2 	echo "that's all"
      3 build:
      4 	echo "build"
      5 install:
      6 	echo "install"
      7 uninstall:
      8 	echo "uninstall"
      9 clean:
     10 	echo "clean"
     11