Skip to content

Commit

Permalink
Correzione dipendenze OBF
Browse files Browse the repository at this point in the history
  • Loading branch information
frafra committed Feb 16, 2024
1 parent 51b7ad2 commit 15bb297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ setup_mapcreator:
mkdir -p $(MAPCREATOR_DIR)
curl -s $(MAPCREATOR_URL) | bsdtar -xvf- -C $(MAPCREATOR_DIR)

$(OBF_REGIONI): $(MAPCREATOR_CONF) pbf
$(OBF_REGIONI): $(MAPCREATOR_CONF) $(PBF_REGIONI)
$(dir_guard)
$(SCRIPTS)/mapcreator.sh $(MAPCREATOR_DIR) $<
$(SCRIPTS)/mapcreator_rename.sh $(dir $@) $(SCRIPTS)/mapcreator_rename.sed
Expand Down

0 comments on commit 15bb297

Please sign in to comment.