diff --git a/load_cap_sheaves.g b/load_cap_sheaves.g new file mode 100644 index 0000000000..cd8420c492 --- /dev/null +++ b/load_cap_sheaves.g @@ -0,0 +1,3 @@ +LoadPackage( "GeneralizedMorphismsForCAP" ); +LoadPackage( "Sheaves" ); +QUIT; diff --git a/load_sheaves_cap.g b/load_sheaves_cap.g new file mode 100644 index 0000000000..5c5200f8ec --- /dev/null +++ b/load_sheaves_cap.g @@ -0,0 +1,4 @@ +LoadPackage( "Sheaves" ); +LoadPackage( "GeneralizedMorphismsForCAP" ); +QUIT; + diff --git a/makefile b/makefile new file mode 100644 index 0000000000..dbb564eded --- /dev/null +++ b/makefile @@ -0,0 +1,5 @@ +all: homalg_compatibility + +homalg_compatibility: + gap load_cap_sheaves.g + gap load_sheaves_cap.g