Explicitly use 32-bit compilation and produce debugging symbols.
Without the 32-bit compilation the build fails on my 64-bit OS.
This commit is contained in:
parent
606770f64e
commit
daeba4935c
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -3,7 +3,7 @@ PRGS = padec iFlow iPump iComII iPmon
|
|||
IPRG = aprs485
|
||||
HLOG = aprs485
|
||||
|
||||
%: %.c aprs485.h; gcc -O -Wall -I. -o $* $*.c -lm
|
||||
%: %.c aprs485.h; gcc -O -Wall -I. -o $* $*.c -lm -mbe32 -g
|
||||
|
||||
all: $(PRGS) $(IPRG)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue