Skip to content

Commit 802d460

Browse files
committed
Remove Makefiles (have been deprecated a while)
1 parent 30097cd commit 802d460

File tree

4 files changed

+1
-82
lines changed

4 files changed

+1
-82
lines changed

.github/workflows/c.yml

-11
Original file line numberDiff line numberDiff line change
@@ -52,17 +52,6 @@ jobs:
5252
- uses: ./.github/actions/install-ubuntu
5353
- uses: ./.github/actions/build
5454

55-
ubuntu22-make:
56-
runs-on: ubuntu-22.04
57-
env:
58-
CC: gcc
59-
CXX: g++
60-
CXXFLAGS: -Werror -Wall -pedantic
61-
steps:
62-
- uses: actions/checkout@v4
63-
- uses: ./.github/actions/install-ubuntu
64-
- run: make -C osmpbf
65-
6655
macos:
6756
runs-on: macos-latest
6857
env:

README.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

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

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

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

5656
## C++ Version
5757

58-
(Earlier versions used Makefiles for building. Please switch to the CMake-based
59-
build, the Makefiles are deprecated and will be removed in a future version.)
60-
6158
To compile:
6259

6360
```sh

osmpbf/Makefile

-44
This file was deleted.

tools/Makefile

-23
This file was deleted.

0 commit comments

Comments
 (0)