Fixed f%@æed up build, thx for your help kju
This commit is contained in:
parent
f0ec3ea285
commit
75cdc8ca59
3
rules.mk
3
rules.mk
|
@ -17,8 +17,7 @@ OBJECTS += $(patsubst %.S,obj_avr/%.o,${ASRC})
|
|||
@ $(CC) -o $@ $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -c $<
|
||||
|
||||
objects_avr: $(OBJECTS)
|
||||
@ echo "writing object ineventory"
|
||||
@ echo $(OBJECTS) > obj_avr/.objects
|
||||
@ if [ -d obj_avr ]; then echo "writing object inventory" ; echo $(OBJECTS) > obj_avr/.objects ; fi
|
||||
|
||||
##############################################################################
|
||||
# rules for buildung simulator objects
|
||||
|
|
Loading…
Reference in New Issue