Skip to content

Commit

Permalink
Merge pull request #82 from DamienCassou/fix-makel-url
Browse files Browse the repository at this point in the history
Makefile: Fix makel url and bump
  • Loading branch information
DamienCassou authored Oct 31, 2023
2 parents 6788807 + 98be4de commit 26d6142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ makel.mk:
curl \
--fail --silent --show-error --insecure --location \
--retry 9 --retry-delay 9 \
-O https://gitlab.petton.fr/DamienCassou/makel/raw/v0.6.0/makel.mk; \
-O https://github.com/DamienCassou/makel/raw/v0.8.0/makel.mk; \
fi

# Include makel.mk if present
Expand Down

0 comments on commit 26d6142

Please sign in to comment.