Initial commit

This commit is contained in:
mmk2410 2015-08-13 14:59:59 +02:00
parent f7b3598e0e
commit 9d995ee1cf
10 changed files with 848 additions and 2 deletions

10
Makefile Normal file
View 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