package.red 237 B

123456789101112131415
  1. % This gets a single REDUCE package compiled and uup to date
  2. symbolic;
  3. load!-module 'remake;
  4. if not boundp 'target or null target then target := 'alg;
  5. get_configuration_data();
  6. build_reduce_modules list target;
  7. end;