Revision 21d4e8e3 Makefile

b/Makefile
244 244
test speed: all
245 245
	$(MAKE) -C tests $@
246 246

  
247
.PHONY: TAGS
247 248
TAGS:
248
	etags *.[ch] tests/*.[ch] block/*.[ch] hw/*.[ch]
249
	find "$(SRC_PATH)" -name '*.[hc]' -print0 | xargs -0 etags
249 250

  
250 251
cscope:
251 252
	rm -f ./cscope.*

Also available in: Unified diff