first commit
This commit is contained in:
commit
a5a0434432
1126 changed files with 439481 additions and 0 deletions
14
Script/i2c-tools-3.1.0/eepromer/Makefile
Normal file
14
Script/i2c-tools-3.1.0/eepromer/Makefile
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
#eepromer Makefile
|
||||
|
||||
CFLAGS = -O2 -I../include -Wall
|
||||
|
||||
all: eepromer eeprom eeprog
|
||||
|
||||
eepromer: eepromer.o
|
||||
|
||||
eeprom: eeprom.o
|
||||
|
||||
eeprog: eeprog.o 24cXX.o
|
||||
|
||||
clean:
|
||||
rm -rf *~ *.o eepromer eeprom eeprog
|
||||
Loading…
Add table
Add a link
Reference in a new issue