Added Makefile. Now builds. DOS->UNIX
This commit is contained in:
8
code/Makefile
Normal file
8
code/Makefile
Normal file
@@ -0,0 +1,8 @@
|
||||
all:
|
||||
make build
|
||||
make program
|
||||
build:
|
||||
avr-gcc main.c i2c_master.c -o counter -mmcu=attiny85
|
||||
|
||||
program:
|
||||
avrdude
|
||||
Reference in New Issue
Block a user