X-Git-Url: https://the.earth.li/gitweb/?p=temper-clone.git;a=blobdiff_plain;f=Makefile;h=db8e4a5cf2c3488c5220db10c97188ca12e09a27;hp=2a0028f4a4f598250af2cd38f32b549abf38b031;hb=6b61bdbca74f12def23fc5f7099cc633aba420b3;hpb=f259a83606c7e6692970cd0ec814a7414a481938 diff --git a/Makefile b/Makefile index 2a0028f..db8e4a5 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ CFLAGS = -Iusbdrv -Ilibs-device -I. AVRCC = avr-gcc -Wall -Os -DF_CPU=$(F_CPU) $(CFLAGS) -mmcu=$(DEVICE) OBJECTS = usbdrv/usbdrv.o usbdrv/usbdrvasm.o usbdrv/oddebug.o \ - libs-device/osccalASM.o main.o w1.o + libs-device/osccalASM.o main.o timer.o w1.o all: main.hex