From c2113619e565c98b8cb45c46ae50c5d98b03eebb Mon Sep 17 00:00:00 2001 From: Vasily Evseenko Date: Tue, 25 Aug 2020 14:59:55 +0300 Subject: [PATCH] Make deb for RPI instead of tar.gz --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8c3faa3..8c1c0ef 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,7 @@ wfb_keygen: src/keygen.o build_rpi: clean docker build rpi_docker -t wifibroadcast:rpi_raspbian docker run -i -t --rm -v $(PWD):/build -v $(PWD):/rpxc/sysroot/build wifibroadcast:rpi_raspbian make all_bin CFLAGS=--sysroot=/rpxc/sysroot LDFLAGS="--sysroot=/rpxc/sysroot" CXX=arm-linux-gnueabihf-g++ CC=arm-linux-gnueabihf-gcc VERSION=$(VERSION) COMMIT=$(COMMIT) ARCH=arm - make bdist ARCH=arm + make deb ARCH=arm rm -f wfb_rx wfb_tx wfb_keygen src/*.o test: