Cleaner install
This commit is contained in:
parent
24179b12ca
commit
250fdc481d
1
Makefile
1
Makefile
|
@ -20,6 +20,7 @@ build/node2d.o: $(SRC)/node2d.c $(DIR)
|
||||||
$(CC) $(OBJ_FLAGS) $(SRC)/node2d.c -o $@
|
$(CC) $(OBJ_FLAGS) $(SRC)/node2d.c -o $@
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
make remove
|
||||||
cp $(OUT) /usr/lib/
|
cp $(OUT) /usr/lib/
|
||||||
chmod 0755 /usr/lib/$(OUT)
|
chmod 0755 /usr/lib/$(OUT)
|
||||||
ldconfig
|
ldconfig
|
||||||
|
|
Loading…
Reference in New Issue