Skip to content

Commit

Permalink
make targets renamed
Browse files Browse the repository at this point in the history
git-svn-id: https://slps.svn.sourceforge.net/svnroot/slps@693 ab42f6e0-554d-0410-b580-99e487e6eeb2
  • Loading branch information
grammarware committed Nov 1, 2009
1 parent e48ec5e commit be0c577
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions topics/exercises/while1/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
all:
test:
swipl -f RunParser.pro -t "main('input.txt')"

test:
debug:
cat input.txt
swipl -s Parser.pro

Expand Down
4 changes: 2 additions & 2 deletions topics/exercises/xml1/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
all:
test:
swipl -f RunParser.pro -t "main('input.txt')"

test:
debug:
cat input.txt
swipl -s Parser.pro

Expand Down

0 comments on commit be0c577

Please sign in to comment.