From 9eb9e4bca86fb1d616c8667737bf2095613615d0 Mon Sep 17 00:00:00 2001 From: Tristan Riehs Date: Sun, 31 May 2026 11:55:40 +0200 Subject: Fix typo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e69a602..33c7909 100644 --- a/Makefile +++ b/Makefile @@ -30,6 +30,6 @@ install: libuconfig.a install --mode=0644 include/uconfig.h $(PREFIX)/include/ uninstall: - rm -f $(PREFIX)/lib/liuconfig.a $(PREFIX)/include/uconfig.h + rm -f $(PREFIX)/lib/libuconfig.a $(PREFIX)/include/uconfig.h .PHONY: all check clean install uninstall -- cgit v1.2.3