Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion make/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ clean:
sanity:
@echo "JDKHOME = $(JDKHOME)"
@echo "JUNIT_JAR = $(JUNIT_JAR)"
@echo "JCOMMANDER_JAR = $(JCOMMANDER_JAR)"
@echo "JAVADIFFUTILS_JAR = $(JAVADIFFUTILS_JAR)"
@echo "JAVADIFFUTILS_LICENSE = $(JAVADIFFUTILS_LICENSE)"
@echo "DAISYDIFF_JAR = $(DAISYDIFF_JAR)"
Expand Down
6 changes: 3 additions & 3 deletions make/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ _apidiff_ has various external dependencies:
* _JDK_: must be at least JDK 17
* _Java Diff Utils_
* _Daisy Diff_
* _TestNG_ and _JCommander_ (for testing only)
* _JUnit_ (for testing only)

## Using `make/build.sh`

Expand All @@ -34,7 +34,7 @@ The script supports the following build scenarios:

* Use local copies of the dependencies on the same machine.
The details can be specified in an alternate `version-numbers` file,
or you can bypas the script entirely and invoke `make` directly.
or you can bypass the script entirely and invoke `make` directly.

For more details, see the comments in `make/build.sh` and use the `--help`
option when running the script.
Expand All @@ -48,7 +48,7 @@ The makefile provides the following targets:

* `test`: run tests

Requires `TESTNG_JAR` and `JCOMMANDER_JAR` to be set.
Requires `JUNIT_JAR` to be set.

* `clean`: delete the `build` directory and its contents

Expand Down