Skip to content

Commit

Permalink
Added global makefile, added loading files to test homalg compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
sebasguts committed Sep 21, 2015
1 parent ebc167d commit 3a978ba
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions load_cap_sheaves.g
@@ -0,0 +1,3 @@
LoadPackage( "GeneralizedMorphismsForCAP" );
LoadPackage( "Sheaves" );
QUIT;
4 changes: 4 additions & 0 deletions load_sheaves_cap.g
@@ -0,0 +1,4 @@
LoadPackage( "Sheaves" );
LoadPackage( "GeneralizedMorphismsForCAP" );
QUIT;

5 changes: 5 additions & 0 deletions makefile
@@ -0,0 +1,5 @@
all: homalg_compatibility

homalg_compatibility:
gap load_cap_sheaves.g
gap load_sheaves_cap.g

0 comments on commit 3a978ba

Please sign in to comment.