Refactor with new name uclisp

This commit is contained in:
2022-10-28 23:19:19 -04:00
parent 26a0d17074
commit d97be8ec4b
22 changed files with 596 additions and 580 deletions

View File

@@ -36,7 +36,7 @@ test_env.Append(CPPPATH=test_lib_includes)
lib_objs = [env.Object(p) for p in lib_srcs]
env.Program(build_dir + "nihilispm", lib_objs + program_sources)
env.Program(build_dir + "uclisp", lib_objs + program_sources)
# Generate unit test executables