add shortcut for makefile
This commit is contained in:
parent
b965402461
commit
c548280050
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -3,7 +3,7 @@ OBJCOPY = avr-objcopy
|
|||
AVRDUDE = avrdude
|
||||
CFLAGS = -Os -DF_CPU=16000000UL -mmcu=atmega328p
|
||||
SERIAL = /dev/cu.usbmodem143401
|
||||
ADDR = /Users/megidervishi/.opam/4.10.0/lib/heptagon/c
|
||||
ADDR = $(shell heptc -where)/c
|
||||
TARGET = prog
|
||||
LIB = arduinolib
|
||||
MAIN = main
|
||||
|
|
Loading…
Reference in a new issue