]> git.feebdaed.xyz Git - gomehub.git/commitdiff
fix submodule command
authorseantywork <seantywork@gmail.com>
Sun, 22 Dec 2024 08:09:03 +0000 (17:09 +0900)
committerseantywork <seantywork@gmail.com>
Sun, 22 Dec 2024 08:09:03 +0000 (17:09 +0900)
Makefile

index 0150adb08a542af7e7e9ee9f35396aeba1b027f6..56afa890f6b16568d06e2ce9b46e4b11d5796020 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ vendor:
 
        git submodule init
 
-       cd public/vendor/TuiCss && git pull
+       git submodule update
 
 .PHONY: test
 test: