@ -28,11 +28,19 @@ Antkeeper uses the CMake build system for configuration.
cmake --build .
4. Testing
## Workflow
cmake --build . --target run
### Making Changes
If any changes have been made to the submodules, commit those first. Each submodule can then be updated to their latest commits with the following command:
git submodule update --recursive --remote
5. Cleaning
### Testing
cmake --build . --target run
### Cleaning
First perform a dry run to check what will be deleted:
@ -42,6 +50,10 @@ If there are no issues, clean:
git clean -d -f -x
### Shipping
## License
The source code for Antkeeper is licensed under the GNU General Public License, version 3. See [COPYING](./COPYING) for details.