projects
/
pub
/
USBaspLoader.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
have updater check HAVE_SPMINTEREFACE and raise error if not supported
[pub/USBaspLoader.git]
/
firmware
/
Makefile
diff --git
a/firmware/Makefile
b/firmware/Makefile
index
6808086
..
094fc2f
100644
(file)
--- a/
firmware/Makefile
+++ b/
firmware/Makefile
@@
-70,7
+70,7
@@
clean:
$(RM) usbdrv/usbdrv.s
# file targets:
-main.bin: $(OBJECTS)
+main.bin: $(OBJECTS)
bootloaderconfig.h
$(CC) $(CFLAGS) -o main.bin $(OBJECTS) $(LDFLAGS)
main.hex: main.bin