Revision b1999e87

b/Makefile
334 334

  
335 335
.PHONY: TAGS
336 336
TAGS:
337
	find "$(SRC_PATH)" -name '*.[hc]' -print0 | xargs -0 etags
337
	rm -f $@
338
	find "$(SRC_PATH)" -name '*.[hc]' -exec etags --append {} +
338 339

  
339 340
cscope:
340 341
	rm -f ./cscope.*

Also available in: Unified diff