Cleaner install

This commit is contained in:
Dendy 2021-02-07 11:17:01 +01:00
parent 24179b12ca
commit 250fdc481d
Signed by: dendy
GPG Key ID: 0168B35FFD7F608F
1 changed files with 1 additions and 0 deletions

View File

@ -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