diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ # rsend build orchestration. Heavy lifting lives in the shell scripts so the -# project builds with one `make` on any Debian box with the pinned toolchain. +# project builds with one `make` on x86_64 Linux with glibc or musl. .POSIX: @@ -36,6 +36,6 @@ verify-repro: sh ci/verify-repro.sh clean: - rm -rf out app/build app/src/main/jniLibs rsync/work rsh/rsh + rm -rf out build app/build app/src/main/jniLibs rsync/work .PHONY: all setup native rsync rsh app test verify-repro clean |