Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
meribold committed Oct 13, 2015
1 parent ef2ee5e commit e9f5735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e9f5735

Please sign in to comment.