mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-22 01:46:15 +01:00
12 lines
121 B
Makefile
12 lines
121 B
Makefile
all:
|
|
echo "that's all"
|
|
build:
|
|
echo "build"
|
|
install:
|
|
echo "install"
|
|
uninstall:
|
|
echo "uninstall"
|
|
clean:
|
|
echo "clean"
|
|
|