Project

General

Profile

Revision d008df56

IDd008df56d325c0878e902463550ff910c05804be
Parent c2b64420
Child 6e7f0a98

Added by Thomas Mullins over 11 years ago

Fixed problem with "make clean all" globs failing

View differences:

scout_avr/Makefile
20 20

  
21 21
default: scout_avr.hex
22 22

  
23
all: ros_lib scout_avr.hex
23
# need the SRC globs above to be re-evaluated
24
all: ros_lib
25
	make scout_avr.hex
24 26

  
25 27
%.hex: %.elf
26 28
	avr-objcopy -j .text -j .data -O ihex $< $@

Also available in: Unified diff