mirror of
https://github.com/jtesta/ssh-audit.git
synced 2024-11-16 13:35:39 +01:00
7 lines
196 B
Makefile
7 lines
196 B
Makefile
all:
|
|
echo -e "\n\nDid you remember to bump the version number in snapcraft.yaml?\n\n"
|
|
snapcraft --use-lxd
|
|
|
|
clean:
|
|
rm -rf parts/ prime/ snap/ stage/ build/ dist/ src/*.egg-info/ ssh-audit*.snap
|