X-Git-Url: https://the.earth.li/gitweb/?a=blobdiff_plain;f=Makefile;h=db8e4a5cf2c3488c5220db10c97188ca12e09a27;hb=6b61bdbca74f12def23fc5f7099cc633aba420b3;hp=2a0028f4a4f598250af2cd38f32b549abf38b031;hpb=0949ba3935c9c2ec778adc94eb25cdd65e3cba4e;p=temper-clone.git 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