From: volpol Date: Thu, 23 Aug 2018 16:52:18 +0000 (+0200) Subject: Default Makefile is for building on PI X-Git-Url: https://git.packet-gain.de/?a=commitdiff_plain;h=c3c2c6de92f5d4f5bd84f18d874b954769c26bd4;p=bbd.git Default Makefile is for building on PI --- 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: