From e9f57351c17916fb49a947b3a2595d471e45a876 Mon Sep 17 00:00:00 2001 From: Lukas Waymann Date: Tue, 13 Oct 2015 13:04:11 +0200 Subject: [PATCH] Fix typo --- src/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/makefile b/src/makefile index 3302c31..554aa09 100644 --- a/src/makefile +++ b/src/makefile @@ -64,7 +64,7 @@ endif all: $(program) ifneq ($(filter-out clean,$(or $(MAKECMDGOALS),all)),) # Any real goals? - # Include existant dependency files. + # Include existent dependency files. include $(filter $(depends),$(shell find $(OBJDIR) -regex '.*\.d')) endif