Skip to content

Commit db16a4f

Browse files
committed
add command to Makefile
1 parent 6cefb26 commit db16a4f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11

22
build:
33
docker build -t mylxsw/wizard .
4+
5+
package:
6+
tar -zcf wizard.package.tar.gz * .[!.]*

0 commit comments

Comments
 (0)