diff options
author | Aleksey Veresov <aleksey@veresov.pro> | 2021-03-04 11:37:34 +0300 |
---|---|---|
committer | Aleksey Veresov <aleksey@veresov.pro> | 2021-03-04 11:37:34 +0300 |
commit | 4c6ef635d444813cf3c3b81059d50028e94af06b (patch) | |
tree | 9f990b56f492ac52086183093fa6f7cc8c58891b /Makefile | |
parent | e6eff4a5c27ffb4a44aa68b6364af4ea07efc610 (diff) | |
download | takethis-4c6ef635d444813cf3c3b81059d50028e94af06b.tar takethis-4c6ef635d444813cf3c3b81059d50028e94af06b.tar.xz takethis-4c6ef635d444813cf3c3b81059d50028e94af06b.zip |
Another fix.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -50,7 +50,9 @@ clean: # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # Compilation +ifneq '$(WINDOWS)' 'yes' -include $(DEPS) +endif # Packing object files into library: $(GAME): $(OBJ) |