update makefile
- SHA
5fc322f552e434a37fad66735121a17f4e4b12ee- Parents
-
7d7d7c2 - Tree
bb94d55
5fc322f
5fc322f552e434a37fad66735121a17f4e4b12ee7d7d7c2
bb94d55| Status | File | + | - |
|---|---|---|---|
| M |
Makefile
|
3 | 0 |
Makefilemodified@@ -80,6 +80,9 @@ SOURCES = src/version_module.f90 \ | ||
| 80 | 80 | src/ui/replace_prompt_module.f90 \ |
| 81 | 81 | src/ui/unified_search_module.f90 \ |
| 82 | 82 | src/ui/goto_prompt_module.f90 \ |
| 83 | + src/fortress/filesystem/fortress_fs_module.f90 \ | |
| 84 | + src/fortress/ui/fortress_display_module.f90 \ | |
| 85 | + src/fortress/fortress_navigator_module.f90 \ | |
| 83 | 86 | src/commands/command_handler_module.f90 \ |
| 84 | 87 | app/main.f90 |
| 85 | 88 | |