projects
/
pub
/
USBaspLoader.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Update Makefile for firmware-install
[pub/USBaspLoader.git]
/
firmware
/
Makefile
diff --git
a/firmware/Makefile
b/firmware/Makefile
index
79e8250
..
36b9cae
100644
(file)
--- a/
firmware/Makefile
+++ b/
firmware/Makefile
@@
-123,6
+123,9
@@
OBJECTS = usbdrv/usbdrvasm.o usbdrv/oddebug.o main.o
# symbolic targets:
all: main.hex
+install: main.hex
+ cp -Rvp main.hex ./hexfiles/usbasploader.hex
+
.c.o:
$(CC) $(CFLAGS) -c $< -o $@