From 250fdc481d180b92b589be8ae2bdd440cba087e8 Mon Sep 17 00:00:00 2001 From: Dendy Date: Sun, 7 Feb 2021 11:17:01 +0100 Subject: [PATCH] Cleaner install --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index c7a1d31..65a0be2 100644 --- a/Makefile +++ b/Makefile @@ -20,6 +20,7 @@ build/node2d.o: $(SRC)/node2d.c $(DIR) $(CC) $(OBJ_FLAGS) $(SRC)/node2d.c -o $@ install: + make remove cp $(OUT) /usr/lib/ chmod 0755 /usr/lib/$(OUT) ldconfig