X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FBuildbot%2Fbuildslist.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=1caffdc08f90b2a6d192b68f8fdab74af2719459;hp=0000000000000000000000000000000000000000;hb=b99cd98421f396ed69f9c34279215fad234ef230;hpb=bf1f1f479980fa2680b3616f48fcfad8fd00f39c diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..1caffdc --- /dev/null +++ b/Makefile @@ -0,0 +1,8 @@ + +build: + python setup.py build + +install: + python setup.py install + +.PHONY: build install