author | kergoth <kergoth> | 2003-01-16 17:48:23 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2003-01-16 17:48:23 (UTC) |
commit | 0eec393ef2dd8b43db96c86e80e307f73a771fae (patch) (side-by-side diff) | |
tree | a70ceced4095ecca577dc4c693fa8f6042f78cdb /Makefile.test | |
parent | dd3c6e3c2312899ba723a41c18d5af2ad68e6367 (diff) | |
download | opie-0eec393ef2dd8b43db96c86e80e307f73a771fae.zip opie-0eec393ef2dd8b43db96c86e80e307f73a771fae.tar.gz opie-0eec393ef2dd8b43db96c86e80e307f73a771fae.tar.bz2 |
Add clean-configs to noconfig_targets.
-rw-r--r-- | Makefile.test | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.test b/Makefile.test index 346ed6a..3fe7867 100644 --- a/Makefile.test +++ b/Makefile.test @@ -8,3 +8,4 @@ export QMAKESPECSDIR=$(OPIEDIR)/mkspecs noconfig_targets := xconfig menuconfig config oldconfig randconfig \ - defconfig allyesconfig allnoconfig allmodconfig + defconfig allyesconfig allnoconfig allmodconfig \ + clean-configs clean |