Add a make target for installing prerequisite packages

pull/84/head
Hamish Coleman 6 years ago
parent 3b769569f8
commit 4afe96c062

@ -92,6 +92,8 @@ export MTOOLS_SKIP_CHECK=1
# global /etc/mtools.conf file, so we set it back to the default value here.
export MTOOLS_LOWER_CASE=0
build-deps:
apt install git mtools libssl-dev build-essential
#
# Radare didnt seem to let me specify the directory to store the project file,

Loading…
Cancel
Save