projects
/
pub
/
USBaspLoader.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add additional USBasp-Commands
[pub/USBaspLoader.git]
/
firmware
/
Makefile
diff --git
a/firmware/Makefile
b/firmware/Makefile
index
7a0a8ea
..
36b9cae
100644
(file)
--- a/
firmware/Makefile
+++ b/
firmware/Makefile
@@
-2,6
+2,8
@@
# Project: USBaspLoader
# Author: Christian Starkjohann
# Creation Date: 2007-12-10
# Project: USBaspLoader
# Author: Christian Starkjohann
# Creation Date: 2007-12-10
+# Author: Stephan Bärwolf
+# Improvement Date: 2012-07-31
# Tabsize: 4
# Copyright: (c) 2007 by OBJECTIVE DEVELOPMENT Software GmbH
# License: GNU GPL v2 (see License.txt)
# Tabsize: 4
# Copyright: (c) 2007 by OBJECTIVE DEVELOPMENT Software GmbH
# License: GNU GPL v2 (see License.txt)
@@
-121,6
+123,9
@@
OBJECTS = usbdrv/usbdrvasm.o usbdrv/oddebug.o main.o
# symbolic targets:
all: main.hex
# symbolic targets:
all: main.hex
+install: main.hex
+ cp -Rvp main.hex ./hexfiles/usbasploader.hex
+
.c.o:
$(CC) $(CFLAGS) -c $< -o $@
.c.o:
$(CC) $(CFLAGS) -c $< -o $@