X-Git-Url: http://git.linex4red.de/pub/USBaspLoader.git/blobdiff_plain/26f5a0cd3e6f4e5d76b695a3dd7357c507b9d957..ffcfec0c629a193f43ca5dfaf6b137fd972803ed:/firmware/Makefile diff --git a/firmware/Makefile b/firmware/Makefile index 7a0a8ea..36b9cae 100644 --- a/firmware/Makefile +++ b/firmware/Makefile @@ -2,6 +2,8 @@ # 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) @@ -121,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 $@