X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2FMakefile;h=63206959173e9699675b5ebb46f2b8dc522fd4f5;hb=0e661055e1233e585fb259832e4884f68d3833a4;hp=2fe28d6b37ac158bde97a5d8333e0eae79427ef4;hpb=6ed4903f372bb3cb45ca67b31355d98877453690;p=rocksndiamonds.git diff --git a/src/Makefile b/src/Makefile index 2fe28d6b..63206959 100644 --- a/src/Makefile +++ b/src/Makefile @@ -267,7 +267,7 @@ $(ICON): $(CC) $(PROFILING) $(CFLAGS) -c $*.c graphics_dir: - @$(MAKE) -C $(GRAPHICS_DIR) + @test -f $(GRAPHICS_DIR)/Makefile && $(MAKE) -C $(GRAPHICS_DIR) || true clean-obj: $(MAKE) -C $(LIBGAME_DIR) clean