Skip to content

Commit

Permalink
Remove Makefiles (have been deprecated a while)
Browse files Browse the repository at this point in the history
  • Loading branch information
joto committed Mar 11, 2024
1 parent 30097cd commit 802d460
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 82 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/c.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,17 +52,6 @@ jobs:
- uses: ./.github/actions/install-ubuntu
- uses: ./.github/actions/build

ubuntu22-make:
runs-on: ubuntu-22.04
env:
CC: gcc
CXX: g++
CXXFLAGS: -Werror -Wall -pedantic
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/install-ubuntu
- run: make -C osmpbf

macos:
runs-on: macos-latest
env:
Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

https://github.com/openstreetmap/OSM-binary

Osmpbf is a Java/C library to read and write OpenStreetMap PBF files.
Osmpbf is a Java/C++ library to read and write OpenStreetMap PBF files.
PBF (Protocol buffer Binary Format) is a binary file format for OpenStreetMap
data that uses Google Protocol Buffers as low-level storage.

Expand Down Expand Up @@ -55,9 +55,6 @@ This build is also used for Debian packaging.

## C++ Version

(Earlier versions used Makefiles for building. Please switch to the CMake-based
build, the Makefiles are deprecated and will be removed in a future version.)

To compile:

```sh
Expand Down
44 changes: 0 additions & 44 deletions osmpbf/Makefile

This file was deleted.

23 changes: 0 additions & 23 deletions tools/Makefile

This file was deleted.

0 comments on commit 802d460

Please sign in to comment.