mirror of
https://github.com/zeldaret/oot.git
synced 2025-02-18 21:05: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:
parent
54939bac3a
commit
9a3878ec7e
2 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
||||||
[subrepo]
|
[subrepo]
|
||||||
remote = git@github.com:Thar0/com-plugin.git
|
remote = git@github.com:Thar0/com-plugin.git
|
||||||
branch = main
|
branch = main
|
||||||
commit = 81595ed1ca40d22846064537ba5fa8147b9f7068
|
commit = fc5aa5eda0b09e8e3cf91ce1530f886bb1ab8eef
|
||||||
parent = a1632bcbfc04672f21866f11bf074b420dea9693
|
parent = 54939bac3ac972a24918d3fdc97d58199ff54bc9
|
||||||
method = merge
|
method = merge
|
||||||
cmdver = 0.4.6
|
cmdver = 0.4.6
|
||||||
|
|
|
@ -14,6 +14,6 @@ clean:
|
||||||
$(RM) $(TARGET) $(DEP_FILES)
|
$(RM) $(TARGET) $(DEP_FILES)
|
||||||
|
|
||||||
$(TARGET): $(SOURCES)
|
$(TARGET): $(SOURCES)
|
||||||
$(CC) -shared $(CFLAGS) -MMD -o $@ $^
|
$(CC) -shared $(CFLAGS) -MMD -o $@ $(SOURCES)
|
||||||
|
|
||||||
-include $(DEP_FILES)
|
-include $(DEP_FILES)
|
||||||
|
|
Loading…
Add table
Reference in a new issue