Skip to content

Commit

Permalink
Makefile - Avoid phantom recompiles of mrustc
Browse files Browse the repository at this point in the history
  • Loading branch information
thepowersgang committed Sep 23, 2023
1 parent dca98be commit e90e4eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ src/main.cpp: $(PCHS:%=src/%.gch)
@echo [CXX] -o $@
$V$(CXX) -std=c++14 -o $@ $< $(CPPFLAGS) -MMD -MP -MF $@.dep

bin/common_lib.a:
bin/common_lib.a: $(wildcard tools/common/*)
$(MAKE) -C tools/common

-include $(OBJ:%=%.dep)
Expand Down

0 comments on commit e90e4eb

Please sign in to comment.