mirror of
https://github.com/mickael-kerjean/filestash
synced 2026-01-03 22:33:08 +01:00
* chore (dockerfile): cleanup dockerfile * feature (plugin): extend plugin interface * chore (docker): setup new Dockerfile * chore (dockerfile): update dockerfile
6 lines
133 B
Makefile
6 lines
133 B
Makefile
all:
|
|
make install
|
|
|
|
install:
|
|
zip -r application_3d.zip .
|
|
mv application_3d.zip ../../../dist/data/state/plugins/application_3d.zip
|