Skip to content

Commit 6333505

Browse files
committed
And fix a slip/regression.
1 parent 3536b7f commit 6333505

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.macos64x64/common/Makefile.rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ $(OBJDIR)/%.o: %.cpp deps/%.d $(MAKEFILE)
2929

3030
deps/%.d: ;
3131

32-
.PRECIOUS: deps/%.d
32+
.PRECIOUS: deps/%.d $(OBJDIR)/%.air $(OBJDIR)/%.metallib
3333

3434
-include $(patsubst %,deps/%.d,$(notdir $(basename $(VMSRC) $(LIBSRC))))

0 commit comments

Comments
 (0)