comparison Makefile @ 260:10d6a8148339

Yet more build dependency tweaks...
author Rob Landley <rob@landley.net>
date Sun, 17 Feb 2008 16:19:52 -0600
parents 6d13d06ec0ac
children c7645fab8d73
comparison
equal deleted inserted replaced
259:b4fec0865d8e 260:10d6a8148339
1 # Makefile for toybox. 1 # Makefile for toybox.
2 # Copyright 2006 Rob Landley <rob@landley.net> 2 # Copyright 2006 Rob Landley <rob@landley.net>
3 3
4 all: toybox 4 all: toybox
5 5
6 toybox toybox_unstripped: *.[ch] lib/*.[ch] toys/*.[ch] scripts/* 6 toybox toybox_unstripped: .config *.[ch] lib/*.[ch] toys/*.[ch] scripts/*
7 scripts/make.sh 7 scripts/make.sh
8 8
9 .PHONY: clean distclean baseline bloatcheck install_flat test tests help 9 .PHONY: clean distclean baseline bloatcheck install_flat test tests help
10 10
11 include kconfig/Makefile 11 include kconfig/Makefile