Skip to content

Commit

Permalink
added src/
Browse files Browse the repository at this point in the history
  • Loading branch information
hrshdhgd committed Jul 13, 2023
1 parent d06d45c commit a7b6c54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ test:
tox
sh tests/tests.sh

sssom/external_context.py: schema/sssom.external.context.jsonld
src/sssom/external_context.py: schema/sssom.external.context.jsonld
echo "\"\"\"This module contains an autogenerated copy of the external SSSOM context.\"\"\"" > $@
echo "" >> $@
echo "# This is autogenerated and super hacky." >> $@
Expand All @@ -42,7 +42,7 @@ sssom/external_context.py: schema/sssom.external.context.jsonld
echo "\"\"\"" >> $@
black $@

sssom/internal_context.py: schema/sssom.context.jsonld
src/sssom/internal_context.py: schema/sssom.context.jsonld
echo "\"\"\"This module contains an autogenerated copy of the internal SSSOM context.\"\"\"" > $@
echo "" >> $@
echo "sssom_context = \"\"\"" >> $@
Expand Down

0 comments on commit a7b6c54

Please sign in to comment.