unix/Makefile: Remove references to deprecated pip-micropython.

This commit is contained in:
Paul Sokolovsky 2016-10-25 13:11:08 +03:00
parent d5cf8c5753
commit 760ed4629f
1 changed files with 0 additions and 4 deletions

View File

@ -215,18 +215,14 @@ test: $(PROG) ../tests/run-tests
TARGET = micropython
PREFIX = $(DESTDIR)/usr/local
BINDIR = $(PREFIX)/bin
PIPSRC = ../tools/pip-micropython
PIPTARGET = pip-micropython
install: micropython
install -d $(BINDIR)
install $(TARGET) $(BINDIR)/$(TARGET)
install $(PIPSRC) $(BINDIR)/$(PIPTARGET)
# uninstall micropython
uninstall:
-rm $(BINDIR)/$(TARGET)
-rm $(BINDIR)/$(PIPTARGET)
# build synthetically fast interpreter for benchmarking
fast: