X-Git-Url: https://the.earth.li/gitweb/?p=temper-clone.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=2a0028f4a4f598250af2cd38f32b549abf38b031;hp=7f2559254d4ab5e56c51bc7c9d36e9ca23996bad;hb=0949ba3935c9c2ec778adc94eb25cdd65e3cba4e;hpb=3c727aad6ec52918a14a6550349a2e2ca35d0645 diff --git a/Makefile b/Makefile index 7f25592..2a0028f 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 w1.o all: main.hex