From 89d2fa0dc3429068eed478d7a9a7fe830ef8512f Mon Sep 17 00:00:00 2001 From: Blottiere Paul Date: Wed, 9 Feb 2022 09:19:25 +0100 Subject: [PATCH] Fix uninstall rule --- lib/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/Makefile b/lib/Makefile index cf42c73..41b56f3 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -40,9 +40,8 @@ clean: @rm -f $(OBJS) $(LIB_A) $(OBJS_LAZPERF) $(LIB_A_LAZPERF) $(MAKE) -C cunit $@ -install: +install uninstall: @echo "No install target in lib" check: $(MAKE) -C cunit $@ -