Remove useless crap from Makefile

This commit is contained in:
Josh Klar
2018-09-23 04:50:35 -07:00
parent d377f26bca
commit c39c91af12

View File

@@ -64,8 +64,7 @@ freeze-stm32-vendor-deps: vendor/micropython/ports/stm32/freeze/.kmk_frozen
vendor/micropython/ports/unix/modules/.kmk_frozen: upy-freeze.txt
@echo "===> Preparing vendored dependencies for local development"
@rm -rf vendored_libs
@mkdir -p vendored_libs
@rm -rf vendor/micropython/ports/unix/freeze/*
@cat $< | xargs -I '{}' cp -a {} vendor/micropython/ports/unix/modules/
@touch $@