Skip to content

Commit

Permalink
rebuild on header file change
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle-sylvestre committed May 3, 2024
1 parent 557f718 commit ee4172a
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 @@ -79,7 +79,7 @@ $(EXE): | $(GLFW)
$(GLFW):
CFLAGS='$(CFLAGS)' OBJDIR='$(OBJDIR)' $(MAKE) -C ./third-party/glfw DEBUG=$(DEBUG)

$(OBJDIR)/%.o:./src/%.cpp
$(OBJDIR)/%.o:./src/%.cpp ./src/gdb.h ./src/common.h
$(CXX) $(CXXFLAGS) $(CFLAGS) -c -o $@ $<

$(OBJDIR)/%.o:./third-party/%.cpp
Expand Down

0 comments on commit ee4172a

Please sign in to comment.