Skip to content

Commit

Permalink
Extend Makefile to be compatible with SWI-Prolog registry
Browse files Browse the repository at this point in the history
  • Loading branch information
fnogatz committed Oct 23, 2018
1 parent 194d738 commit 346d30b
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 @@ -10,6 +10,12 @@ all: test
version:
echo $(version)

check:
test

install:
echo "(none)"

test:
@$(SWIPL) -q -g 'main,halt(0)' -t 'halt(1)' -s test/test.pl

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(edcgs).

version('0.1.1').
version('0.1.2').
download('https://github.com/fnogatz/edcgs/releases/*.zip').

title('Extended Definite Clause Grammars').
Expand Down

0 comments on commit 346d30b

Please sign in to comment.