summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ea4b578..f96eb32 100644
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,7 @@ depend: .depend
@$(RM) .depend
@$(CC) $(CFLAGS) -MM $^ > .depend
-include .depend
+-include .depend
OBJ = $(SRC:.c=.o)