*** empty log message ***

This commit is contained in:
David Rose 2000-11-17 22:10:37 +00:00
parent e5ecbd6695
commit a3002f841c

View File

@ -177,10 +177,10 @@ test : $[test_bin_targets]
// It does assume that the odirs are not '.', however.
clean :
#if $[so_sources]
rmdir /s /q $[so_dir]
-rmdir /s /q $[so_dir]
#endif
#if $[st_sources]
rmdir /s /q $[st_dir]
-rmdir /s /q $[st_dir]
#endif
// 'cleanall' is not much more thorough than 'clean': At the moment,