mirror of
https://github.com/adrcs/ip400.git
synced 2025-07-04 19:15:45 +03:00
added utils
This commit is contained in:
parent
a9a3f739b4
commit
a9b13d2c39
85 changed files with 9213 additions and 0 deletions
12
rpi/stm32flash/parsers/Makefile
Normal file
12
rpi/stm32flash/parsers/Makefile
Normal file
|
@ -0,0 +1,12 @@
|
|||
|
||||
CFLAGS += -Wall -g
|
||||
|
||||
all: parsers.a
|
||||
|
||||
parsers.a: binary.o hex.o
|
||||
$(AR) rc $@ binary.o hex.o
|
||||
|
||||
clean:
|
||||
rm -f *.o parsers.a
|
||||
|
||||
.PHONY: all clean
|
Loading…
Add table
Add a link
Reference in a new issue