From c3c2c6de92f5d4f5bd84f18d874b954769c26bd4 Mon Sep 17 00:00:00 2001 From: volpol Date: Thu, 23 Aug 2018 18:52:18 +0200 Subject: [PATCH] Default Makefile is for building on PI --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile b/Makefile index a536f79..9793b02 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,9 @@ .PHONY: all clean -CFLAGS=-Wall -std=gnu99 -m32 -LDFLAGS=-m32 +CFLAGS=-Wall -std=gnu99 #CFLAGS+=-DDEBUG CFLAGS += -DHAVE_HX711 - all: bbd clean: -- 2.30.2