We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f9386a commit fe9756dCopy full SHA for fe9756d
Makefile
@@ -70,4 +70,8 @@ upload: dist/systemd-python-$(VERSION).tar.gz dist/systemd-python-$(VERSION).tar
70
TAGS: $(shell git ls-files systemd/*.[ch])
71
$(ETAGS) $+
72
73
-.PHONY: build install dist sign upload clean distclean TAGS doc doc-sync
+shell:
74
+# we change the directory because python insists on adding $CWD to path
75
+ (cd $(builddir) && $(PYTHON))
76
+
77
+.PHONY: build install dist sign upload clean distclean TAGS doc doc-sync shell
0 commit comments