diff --git a/Makefile b/Makefile index d5ec648..be73cfa 100644 --- a/Makefile +++ b/Makefile @@ -14,3 +14,9 @@ clean: rm -rf *.o rm $(OBJ) +install: + cp $(OBJ) /bin/ + +uninstall: + rm -rf /bin/$(OBJ) + diff --git a/aes.o b/aes.o deleted file mode 100644 index 6a9848d..0000000 Binary files a/aes.o and /dev/null differ diff --git a/main.o b/main.o deleted file mode 100644 index d949f18..0000000 Binary files a/main.o and /dev/null differ diff --git a/remote_libssh b/remote_libssh deleted file mode 100644 index 4be714e..0000000 Binary files a/remote_libssh and /dev/null differ