waf/playground/extern_makefile/Makefile

12 lines
121 B
Makefile
Raw Normal View History

2011-09-10 11:13:51 +02:00
all:
echo "that's all"
build:
echo "build"
install:
echo "install"
uninstall:
echo "uninstall"
clean:
echo "clean"