waf/playground/extern_makefile/Makefile

12 lines
121 B
Makefile

all:
echo "that's all"
build:
echo "build"
install:
echo "install"
uninstall:
echo "uninstall"
clean:
echo "clean"