]> git.immae.eu Git - perso/Immae/Projets/Buildbot/buildslist.git/blobdiff - Makefile
Upgrade yarn.lock and add Makefile
[perso/Immae/Projets/Buildbot/buildslist.git] / Makefile
diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..1caffdc
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,8 @@
+
+build:
+       python setup.py build
+
+install:
+       python setup.py install
+
+.PHONY: build install