Initial commit
This commit is contained in:
parent
f7b3598e0e
commit
9d995ee1cf
10 changed files with 848 additions and 2 deletions
10
Makefile
Normal file
10
Makefile
Normal file
|
@ -0,0 +1,10 @@
|
|||
CFLAGS=-g -Wall -DNDEBUG
|
||||
|
||||
all: rsl-download-test rsl-upload-test
|
||||
|
||||
rsl-download-test: rangitaki-sync.o libssh.so
|
||||
|
||||
rsl-upload-test: rangitaki-sync.o libssh.so
|
||||
|
||||
clean:
|
||||
rm -r rangitaki-sync.o rsl-download-test rsl-upload-test
|
Reference in a new issue