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