https://github.com/SoftwareHeritage/swh-storage
Raw File
Tip revision: 92a575f4b81d1c68c22132fd3d6303ed949dc7d6 authored by Valentin Lorentz on 05 April 2019, 18:00:42 UTC
Move Hypothesis strategies to swh-model.
Tip revision: 92a575f
Makefile
# Makefile driver for SWH Python modules. DO NOT CHANGE.
# You can add custom Makefile rules to Makefile.local

include ../Makefile.python
-include Makefile.local
back to top