Remove update target

This commit is contained in:
Jeremy Soller 2017-05-10 23:12:19 -06:00
parent 734e21cb56
commit 1103beb7b3

View file

@ -12,16 +12,12 @@ clean:
-$(FUMOUNT) build/filesystem/ || true
rm -rf build
update:
cargo update
pull:
git pull --rebase --recurse-submodules
git submodule sync
git submodule update --recursive --init
git clean -X -f -d
make clean
make update
# Emulation recipes
include mk/qemu.mk