examples: update target clean in Makefile, add generated file to gitignore

This commit is contained in:
Milanka Ringwald 2016-06-16 15:21:28 +02:00
parent df327ff315
commit d7b6902fc1
2 changed files with 34 additions and 32 deletions

View File

@ -192,6 +192,7 @@ hfp_hf_demo: ${CORE_OBJ} ${COMMON_OBJ} ${SDP_CLIENT} sco_demo_util.o hfp.o hfp_h
clean:
rm -f ${EXAMPLES}
rm -f ${EXAMPLES_USING_LE}
rm -f *.o *.out *.hex *.exe
rm -f ancs_client_demo.h profile.h spp_and_le_counter.h
rm -rf *.dSYM

View File

@ -34,3 +34,4 @@ le_streamer
spp_streamer
hfp_ag_demo
hfp_hf_demo
sm_pairing_peripheral.h