Browse Source

Release 0.8.0

master v0.8.0
Damien Cassou 10 months ago
parent
commit
a354d4a754
Signed by: DamienCassou GPG Key ID: B68746238E59B548
2 changed files with 3 additions and 3 deletions
  1. +2
    -2
      README.org
  2. +1
    -1
      makel.mk

+ 2
- 2
README.org View File

@ -43,7 +43,7 @@ following code:
curl \
--fail --silent --show-error --insecure --location \
--retry 9 --retry-delay 9 \
-O https://gitlab.petton.fr/DamienCassou/makel/raw/v0.7.1/makel.mk; \
-O https://gitlab.petton.fr/DamienCassou/makel/raw/v0.8.0/makel.mk; \
fi
# Include makel.mk if present
@ -55,7 +55,7 @@ the current directory. If not, you want to use the one from a sibling
directory (~../makel/makel.mk~) or from Internet.
You decide which [[https://gitlab.petton.fr/DamienCassou/makel/tags][version of makel]] you want to use by changing the URL
(here ~v0.7.1~ is the latest version).
(here ~v0.8.0~ is the latest version).
** Usage


+ 1
- 1
makel.mk View File

@ -1,4 +1,4 @@
MAKEL_VERSION=0.7.1
MAKEL_VERSION=0.8.0
MAKEL_LOAD_PATH=-L . $(patsubst %,-L ../%,$(ELPA_DEPENDENCIES))


Loading…
Cancel
Save