Make 'make clean' wipe all object files in src/*/
commit9b17380391d7e2e4cc26654ee4423ec14d379d28
authorAndreas Ericsson <ae@op5.se>
Wed, 14 Apr 2010 17:38:38 +0000 (14 19:38 +0200)
committerAndreas Ericsson <ae@op5.se>
Wed, 14 Apr 2010 17:38:38 +0000 (14 19:38 +0200)
treeac8abfa28ae1dcb1ff4bcc297a7269ad64e8f486
parent74eff33f8be680e821d9674ab12da3c0b76dad23
Make 'make clean' wipe all object files in src/*/

Instead of naming the subdirectories explicitly (which will result in
us forgetting about one sooner or later), we change the shell glob
pattern to wipe all object files from all subdirectories under src/.

Signed-off-by: Andreas Ericsson <ae@op5.se>
Makefile