summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksey Veresov <aleksey@veresov.pro>2021-03-04 11:37:34 +0300
committerAleksey Veresov <aleksey@veresov.pro>2021-03-04 11:37:34 +0300
commit4c6ef635d444813cf3c3b81059d50028e94af06b (patch)
tree9f990b56f492ac52086183093fa6f7cc8c58891b
parente6eff4a5c27ffb4a44aa68b6364af4ea07efc610 (diff)
downloadtakethis-4c6ef635d444813cf3c3b81059d50028e94af06b.tar
takethis-4c6ef635d444813cf3c3b81059d50028e94af06b.tar.xz
takethis-4c6ef635d444813cf3c3b81059d50028e94af06b.zip
Another fix.
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
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)