Replacing submodule with subtree

This commit is contained in:
Daniel Ziltener 2022-09-06 13:26:49 +02:00
parent f4d951fac5
commit e3400352bb
3 changed files with 0 additions and 10 deletions

View File

@ -11,8 +11,4 @@ salmonella:
salmonella --keep-repo --repo-dir=./petri-dish; \
salmonella-html-report ./salmonella.log report
tomlc99/toml.c:
git clone https://github.com/cktan/tomlc99.git
cd tomlc99; git checkout e4107c455491925b8982c22df1ce37c0ccb7d4e4
# end

View File

@ -1,3 +0,0 @@
#!/usr/bin/env sh
make tomlc99/toml.c

View File

@ -8,10 +8,7 @@
(test-dependencies srfi-64 srfi-152)
(components
(generated-source-file tomlc99/toml.c
(custom-build "init-tomlc99.sh"))
(c-object tomlc99/toml
(source-dependencies tomlc99/toml.c)
(source "tomlc99/toml.c"))
(extension toml
(objects tomlc99/toml)