Skip to content

Commit

Permalink
Updated makerules 2024-08-01
Browse files Browse the repository at this point in the history
  • Loading branch information
digital-land-bot committed Aug 1, 2024
1 parent d1a28f7 commit bc59312
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion makerules/makerules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ endif
init\
first-pass\
second-pass\
third-pass\
clobber\
clean\
commit-makerules\
Expand Down Expand Up @@ -76,7 +77,7 @@ SPATIALITE_EXTENSION="/usr/local/lib/mod_spatialite.dylib"
endif
endif

all:: first-pass second-pass
all:: first-pass second-pass third-pass

first-pass::
@:
Expand All @@ -85,6 +86,9 @@ first-pass::
second-pass::
@:

third-pass::
@:

# initialise
init::
pip install --upgrade pip
Expand Down

0 comments on commit bc59312

Please sign in to comment.