aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index f7127880..984a745d 100644
--- a/Makefile
+++ b/Makefile
@@ -3,11 +3,10 @@
all: toybox
-toybox toybox_unstripped:
+toybox toybox_unstripped: *.[ch] lib/*.[ch] toys/*.[ch]
scripts/make.sh
-.PHONY: clean distclean baseline bloatcheck install_flat test tests help \
- toybox toybox_unstripped
+.PHONY: clean distclean baseline bloatcheck install_flat test tests help
include kconfig/Makefile