8 lines
110 B
Makefile
8 lines
110 B
Makefile
|
default: wptheme
|
||
|
|
||
|
wptheme:
|
||
|
bash -c 'cd ..; echo *; zip -r -9 etcskel-32m.zip etcskel-32m/'
|
||
|
|
||
|
|
||
|
@PHONY: wptheme
|