Skip to content

Commit

Permalink
Merge pull request betaflight#7625 from hydra/bf-rebuild-on-makefile-…
Browse files Browse the repository at this point in the history
…changes

Ensure target is rebuilt if ANY of the make files changes.
  • Loading branch information
mikeller authored Feb 21, 2019
2 parents 5914bf7 + f475683 commit b3eedfe
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 @@ -575,7 +575,7 @@ check-fastram-usage-correctness:
fi;

# rebuild everything when makefile changes
$(TARGET_OBJS): Makefile $(TARGET_DIR)/target.mk
$(TARGET_OBJS): Makefile $(TARGET_DIR)/target.mk $(wildcard make/*)


# include auto-generated dependencies
Expand Down

0 comments on commit b3eedfe

Please sign in to comment.