This repository has been archived on 2022-02-10. You can view files and clone it, but cannot push or open issues or pull requests.
rangitaki-sync/Makefile

11 lines
224 B
Makefile

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