Skip to content

Commit

Permalink
Remove unused Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwald committed Nov 15, 2023
1 parent 2104b4c commit d914ca7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 69 deletions.
49 changes: 0 additions & 49 deletions Makefile

This file was deleted.

20 changes: 0 additions & 20 deletions README.dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,3 @@
NuGet, and make a GitHub release.
5. Update GitHub Release page for the release.
6. Verify the release on [NuGet](https://www.nuget.org/packages/MaxMind.GeoIP2/).

## Using Docker

A Dockerfile is included to build an image that can assist in updating dependencies, running benchmarks and running tests.

A `Makefile` is also included to act as a task runner for the tasks mentioned above. Below are the targets and their descriptions.

```Makefile
# Initialize the repo by installing git submodules and building the `geoip2-dotnet` Docker image
make init

# Run benchmarks
make benchmark

# Run tests
make test

# Update dependencies
make update_dependencies
```

0 comments on commit d914ca7

Please sign in to comment.