add shortcut for makefile

This commit is contained in:
MegiDervishi 2020-12-14 20:27:32 +01:00
parent b965402461
commit c548280050

View file

@ -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