Fix building issue

pull/25/head
Unmani 7 years ago
parent 95ef4e0a72
commit ef929b849f

@ -8,11 +8,11 @@ CFLAGS = -O2 -Wunused -Wno-unused-result -D BUILDNO=$(BUILDNO) -D_7ZIP_ST $(L
all: balong_flash
clean:
rm *.o
rm balong_flash
rm -f *.o lzma/*.o
rm -f balong_flash
balong_flash: balong_flash.o hdlcio_linux.o ptable.o flasher.o util.o signver.o lzma/Alloc.o lzma/LzmaDec.o
@gcc $^ -o $@ $(LIBS)
@echo Current buid: $(BUILDNO)
@echo $$((`cat build`+1)) >build

Binary file not shown.

Binary file not shown.
Loading…
Cancel
Save