Skip to content

Commit

Permalink
remove builtin rules to make ‹make -d› output more useful
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaseberle committed Jan 24, 2024
1 parent 9f8d8f0 commit edd7da4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile.tiles
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
# Generate single tile:
# make -f Makefile.tiles z_ao__single_+78+015.zip

# remove make builtin rules for more useful make -d
MAKEFLAGS += --no-builtin-rules
MAKEFLAGS += --no-builtin-variables

# @todo: make release in kubilus/autoortho-scenery, see ./bin/prepareAssetsElevationData
ELEV_RELEASE_JSON_ENDPOINT?=repos/jonaseberle/autoortho-scenery/releases/tags/elevation-v0.0.1
SPLITSIZE?=125
Expand Down

0 comments on commit edd7da4

Please sign in to comment.