From 4c6ef635d444813cf3c3b81059d50028e94af06b Mon Sep 17 00:00:00 2001 From: Aleksey Veresov Date: Thu, 4 Mar 2021 11:37:34 +0300 Subject: Another fix. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 6065aa8..dc64c6b 100644 --- a/Makefile +++ b/Makefile @@ -50,7 +50,9 @@ clean: # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # Compilation +ifneq '$(WINDOWS)' 'yes' -include $(DEPS) +endif # Packing object files into library: $(GAME): $(OBJ) -- cgit v1.2.3