X-Git-Url: https://the.earth.li/gitweb/?a=blobdiff_plain;f=Makefile;h=db8e4a5cf2c3488c5220db10c97188ca12e09a27;hb=fb126acc7d712c6495a2039a451b06b49e0197b2;hp=7f2559254d4ab5e56c51bc7c9d36e9ca23996bad;hpb=d08d409decb6a09d7d75b3a52bc963c317d30298;p=temper-clone.git diff --git a/Makefile b/Makefile index 7f25592..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 + libs-device/osccalASM.o main.o timer.o w1.o all: main.hex