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 640eb6b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 71 deletions.
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 640eb6b

Please sign in to comment.