Skip to content

Commit

Permalink
chore: fix makefile recipe for updating libslope
Browse files Browse the repository at this point in the history
  • Loading branch information
jolars committed Feb 7, 2024
1 parent c059f6a commit 4aef4a7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,6 @@ autodoc:
update-libslope:
@mkdir -p tmp
@curl -L $(LIBSLOPE_RELEASE) | tar -xz --strip-components=1 -C tmp
@rm -rf src/slope @cp -ri tmp/src/slope src/ @rm -rf tmp
@rm -rf src/slope
@cp -ri tmp/src/slope src/
@rm -rf tmp

0 comments on commit 4aef4a7

Please sign in to comment.