diff --git a/.gitmodules b/.gitmodules index 62d9848..cacf979 100644 --- a/.gitmodules +++ b/.gitmodules @@ -32,15 +32,7 @@ path = applications/winmine url = https://github.com/osfree-project/minesweeper branch = main -[submodule "applications/expand"] - path = applications/expand - url = https://github.com/osfree-project/expand - branch = main [submodule "applications/sysedit"] path = applications/sysedit url = https://github.com/osfree-project/sysedit branch = main -[submodule "applications/fastopen"] - path = applications/fastopen - url = https://github.com/osfree-project/fastopen - branch = main diff --git a/applications/expand b/applications/expand deleted file mode 160000 index 18fd4cd..0000000 --- a/applications/expand +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 18fd4cddcacaafe96ffbf86825428de8c70b0349 diff --git a/applications/fastopen b/applications/fastopen deleted file mode 160000 index fc48940..0000000 --- a/applications/fastopen +++ /dev/null @@ -1 +0,0 @@ -Subproject commit fc489409054b550b9f2d827cf3c797bb05347519 diff --git a/applications/makefile b/applications/makefile index cd95710..de2254e 100644 --- a/applications/makefile +++ b/applications/makefile @@ -5,7 +5,7 @@ # -DIRS = calc clipbrd clock expand notepad pifedit progman sysedit taskman winhelp winmine winver fastopen +DIRS = calc clipbrd clock notepad pifedit progman sysedit taskman winhelp winmine winver !include $(%ROOT)tools/mk/all.mk