diff --git a/Makefile b/Makefile index 033cdfba..c77c0c51 100644 --- a/Makefile +++ b/Makefile @@ -98,7 +98,7 @@ TAGS: tags: ctags -R . -SRCS=$(shell find . -type f ! -path '*/.*/*' -iname '*.c') +SRCS=$(sort $(shell find . -type f ! -path '*/.*/*' -iname '*.c')) DEPS=$(SRCS:.c=.d) -include $(DEPS)