unix/Makefile: Remove references to deprecated pip-micropython.
This commit is contained in:
parent
d5cf8c5753
commit
760ed4629f
@ -215,18 +215,14 @@ test: $(PROG) ../tests/run-tests
|
|||||||
TARGET = micropython
|
TARGET = micropython
|
||||||
PREFIX = $(DESTDIR)/usr/local
|
PREFIX = $(DESTDIR)/usr/local
|
||||||
BINDIR = $(PREFIX)/bin
|
BINDIR = $(PREFIX)/bin
|
||||||
PIPSRC = ../tools/pip-micropython
|
|
||||||
PIPTARGET = pip-micropython
|
|
||||||
|
|
||||||
install: micropython
|
install: micropython
|
||||||
install -d $(BINDIR)
|
install -d $(BINDIR)
|
||||||
install $(TARGET) $(BINDIR)/$(TARGET)
|
install $(TARGET) $(BINDIR)/$(TARGET)
|
||||||
install $(PIPSRC) $(BINDIR)/$(PIPTARGET)
|
|
||||||
|
|
||||||
# uninstall micropython
|
# uninstall micropython
|
||||||
uninstall:
|
uninstall:
|
||||||
-rm $(BINDIR)/$(TARGET)
|
-rm $(BINDIR)/$(TARGET)
|
||||||
-rm $(BINDIR)/$(PIPTARGET)
|
|
||||||
|
|
||||||
# build synthetically fast interpreter for benchmarking
|
# build synthetically fast interpreter for benchmarking
|
||||||
fast:
|
fast:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user