7 lines
54 B
Makefile
7 lines
54 B
Makefile
|
default: build
|
||
|
|
||
|
build:
|
||
|
@rm -rf dst
|
||
|
@kiln
|
||
|
@tree dst
|