Nef_3 takes a long time to test, so move N* to the beginning.

This commit is contained in:
Sylvain Pion 2007-08-19 23:16:36 +00:00
parent d078ae6ca8
commit 2fadd669b1
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
# The "all" target is split in several parts (based on the first # The "all" target is split in several parts (based on the first
# character of each directory) to allow parallelization using "make -j". # character of each directory) to allow parallelization using "make -j".
all: all_sS all_aA all_bB all_cC all_dD all_eE all_fF all_gG all_hH all_iI all_jJ all_kK all_lL all_mM all_nN all_oO all_pP all_qQ all_rR all_tT all_uU all_vV all_wW all_xX all_yY all_zZ all: all_sS all_nN all_aA all_bB all_cC all_dD all_eE all_fF all_gG all_hH all_iI all_jJ all_kK all_lL all_mM all_oO all_pP all_qQ all_rR all_tT all_uU all_vV all_wW all_xX all_yY all_zZ
all_aA: all_aA:
@+for DIR in [0-9_aA]*; do \ @+for DIR in [0-9_aA]*; do \