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