5 lines
63 B
Makefile
5 lines
63 B
Makefile
|
all:
|
||
|
@mkdir -p gen
|
||
|
@touch gen/foo
|
||
|
@cd gen; zip ../gen.zip *
|