diff --git a/Makefile b/Makefile index 53f139a..a389fc8 100644 --- a/Makefile +++ b/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)