projects
/
bbd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ee0e17
)
Default Makefile is for building on PI
author
volpol
<volpol@packet-gain.de>
Thu, 23 Aug 2018 16:52:18 +0000
(18:52 +0200)
committer
volpol
<volpol@packet-gain.de>
Thu, 23 Aug 2018 16:52:18 +0000
(18:52 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index a536f79b7cd7a69e7de768cc5b6164622965da73..9793b0221a8175180e614ff1e04e78483434d25b 100644
(file)
--- 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: