Add repos stanzas to Makefile

Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
This commit is contained in:
Ronald G. Minnich 2020-05-06 15:23:44 +00:00 committed by Ryan O'Leary
parent 507a8c41dd
commit 17b5210a0a

View File

@ -1,5 +1,5 @@
all:
echo pick one of debian-packages or getmecleaner
echo pick one of debian-packages or repos
debian-packages:
sudo apt-get install bison flex zlib1g-dev golang build-essential git gcc isc-dhcp-server tftpd-hpa minicom flashrom
@ -7,5 +7,7 @@ debian-packages:
sudo apt-get install qemu-system-x86
getmecleaner:
go get -u github.com/u-root/u-root
go get -u github.com/u-root/cpu/...
git clone git://github.com/corna/me_cleaner
@echo Now add $(PWD)/me_cleaner to PATH