Skip to content

Commit

Permalink
nr
Browse files Browse the repository at this point in the history
  • Loading branch information
cmungall committed Aug 21, 2018
1 parent 949d7d7 commit c681aee
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
#include ../Makefile.inc

SWIPL = swipl -L0 -G0 -T0 -p library=prolog
all: test

check:
install:
clean:

test:
$(SWIPL) -l tests/tests.pl -g run_tests,halt

Expand Down
2 changes: 1 addition & 1 deletion pack.pl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name(rdf_matcher).
title('RDF matching utils').
version('0.1.1').
version('0.1.2').
author('Chris Mungall','[email protected]').
packager('Chris Mungall','[email protected]').
home('https://github.com/cmungall/index_util').
Expand Down

0 comments on commit c681aee

Please sign in to comment.