aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2022-01-17 16:48:23 +0100
committerMattias Andrée <maandree@kth.se>2022-01-17 16:48:23 +0100
commit77511c68e4f8dad16bd215b541c53cd730d0df51 (patch)
tree0d1595551ec08d86b9cf592fa47fda1740ee087d /Makefile
parenttest: improve portability (diff)
downloadlibar2-77511c68e4f8dad16bd215b541c53cd730d0df51.tar.gz
libar2-77511c68e4f8dad16bd215b541c53cd730d0df51.tar.bz2
libar2-77511c68e4f8dad16bd215b541c53cd730d0df51.tar.xz
Fix typo: libar2_earse -> libar2_erase
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ea08bac..346de0e 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@ OBJ =\
libar2_decode_params.o\
libar2_encode_base64.o\
libar2_encode_params.o\
- libar2_earse.o\
+ libar2_erase.o\
libar2_hash.o\
libar2_latest_argon2_version.o\
libar2_string_to_type.o\