From 0e121131f8cc5e96927868b155f388ae6cf2698a Mon Sep 17 00:00:00 2001 From: Edoardo La Greca Date: Sun, 4 May 2025 17:36:36 +0200 Subject: add uninstall target --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index e9b1d65..fdcba32 100644 --- a/Makefile +++ b/Makefile @@ -29,6 +29,9 @@ clean: install: all mv -f $(OUTNAME) $(PREFIX) +uninstall: + rm -f $(PREFIX)/$(OUTNAME) + test: all c99 -l libfemtokit.a -o test test/$(TESTFILE) -- cgit v1.2.3