Skip to content
Snippets Groups Projects
Commit 760ed462 authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

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

parent d5cf8c57
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment