Skip to content

Makefile Setup

Latest

Choose a tag to compare

@andreas-bauer andreas-bauer released this 17 Jul 13:04
· 3 commits to main since this release

This release uses a simple Makefile to build, test, and run the developed plugin with Scout.

Use this setup if you want to develop a small plugin that consists of few files. The Makefile itself only facilitates javac commands without introducing dependencies for a build system.

Don't use this Makefile setup if your plugin consists of many files and you need a test framework like JUnit. Then it makes sense to use a build system such as Maven or Gradle.