1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-02-14 01:18:55 +00:00

git subrepo clone --force git@github.com:Thar0/com-plugin.git tools/com-plugin (#2455)

subrepo:
  subdir:   "tools/com-plugin"
  merged:   "fc5aa5eda"
upstream:
  origin:   "git@github.com:Thar0/com-plugin.git"
  branch:   "main"
  commit:   "fc5aa5eda"
git-subrepo:
  version:  "0.4.6"
  origin:   "https://github.com/ingydotnet/git-subrepo"
  commit:   "110b9eb"
This commit is contained in:
Tharo 2025-02-06 03:53:35 +00:00 committed by GitHub
parent 54939bac3a
commit 9a3878ec7e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@
[subrepo]
remote = git@github.com:Thar0/com-plugin.git
branch = main
commit = 81595ed1ca40d22846064537ba5fa8147b9f7068
parent = a1632bcbfc04672f21866f11bf074b420dea9693
commit = fc5aa5eda0b09e8e3cf91ce1530f886bb1ab8eef
parent = 54939bac3ac972a24918d3fdc97d58199ff54bc9
method = merge
cmdver = 0.4.6

View file

@ -14,6 +14,6 @@ clean:
$(RM) $(TARGET) $(DEP_FILES)
$(TARGET): $(SOURCES)
$(CC) -shared $(CFLAGS) -MMD -o $@ $^
$(CC) -shared $(CFLAGS) -MMD -o $@ $(SOURCES)
-include $(DEP_FILES)